初始化项目并安装依赖
This commit is contained in:
parent
5b9d146bae
commit
f2dc8bebea
2437
package-lock.json
generated
Normal file
2437
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
package.json
Normal file
24
package.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "baojianchui",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "包剪锤",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "nodemon",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://git@nas:2222/zhaoxin/baojianchui.git"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "Zhao Xin <7176466@qq.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.18.1",
|
||||||
|
"socketio": "^1.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"nodemon": "^2.0.19"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user