npm init
This commit is contained in:
parent
6d61bc6953
commit
a18c69698c
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "nodejs_template",
|
||||||
|
"version": "0.1.2",
|
||||||
|
"description": "Node.js项目模板",
|
||||||
|
"main": "index.js",
|
||||||
|
"directories": {
|
||||||
|
"test": "test"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea.yever.top/Hawkin/nodejs_template.git"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "Hawkin Liao",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
Loading…
Reference in New Issue