Initialize blog repo
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user