初始化项目并安装依赖

This commit is contained in:
赵鑫 2022-08-20 23:17:02 +08:00
parent 5b9d146bae
commit f2dc8bebea
2 changed files with 2461 additions and 0 deletions

2437
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
package.json Normal file
View 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"
}
}