Files
30-seconds-of-code/package.json
Angelos Chalaris 452525ffc7 Enable extractor
2020-01-14 15:00:27 +02:00

24 lines
575 B
JSON

{
"name": "30-seconds-blog",
"version": "1.0.0",
"description": "The official 30-seconds blog",
"main": "config.js",
"scripts": {
"extractor": "extract-snippet-data config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/30-seconds/30-seconds-blog"
},
"author": "30-seconds",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/30-seconds/30-seconds-blog/issues"
},
"homepage": "https://www.30secondsofcode.org",
"dependencies": {},
"devDependencies": {
"@30-seconds/integration-tools": "^1.3.0"
}
}