diff --git a/package.json b/package.json new file mode 100644 index 0000000..2fca938 --- /dev/null +++ b/package.json @@ -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" +}