This commit is contained in:
Hawkin 2022-07-02 16:44:28 +08:00
parent 6d61bc6953
commit a18c69698c
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View File

@ -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"
}