Files
ClassContent/项目合集/校园失物招领/min-backend/package.json
2024-09-27 02:06:13 +08:00

21 lines
456 B
JSON
Executable File

{
"name": "shop-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www",
"doc": "apidoc -i routes/ -o doc/",
"build": "pm2 start ./bin/www --watch --name shop -i max"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"md5": "^2.2.1",
"morgan": "~1.9.1",
"mysql": "^2.17.1"
}
}