zhao/package.json

33 lines
893 B
JSON
Raw Normal View History

2022-09-07 08:10:22 +00:00
{
"name": "zhao",
"version": "0.0.1",
"description": "赵家小站",
"main": "server.js",
"scripts": {
2022-09-12 08:45:04 +00:00
"start": "nodemon server",
2022-09-16 01:09:32 +00:00
"pm2start": "PORT=8080 pm2 start server.js --name 'Zhao Server:8080' --watch",
2022-09-07 08:10:22 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@nas:2222/zhaoxin/zhao.git"
},
"keywords": [],
"author": "Zhao Xin <7176466@qq.com> (https://github.com/archtaurus)",
"license": "zhao",
"dependencies": {
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"dotenv": "^16.0.2",
"express": "^4.18.1",
2022-09-08 03:24:02 +00:00
"filesize": "^9.0.11",
"moment": "^2.29.4",
2022-09-07 08:10:22 +00:00
"mongoose": "^6.5.4",
"pug": "^3.0.2",
"socket.io": "^4.5.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}