Files
ClassContent/项目合集/枸杞社/backend/package.json
2024-09-27 02:06:13 +08:00

22 lines
471 B
JSON

{
"name": "tujigu",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www",
"build": "pm2 start ./bin/www --name mt --watch -i max"
},
"dependencies": {
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"hydrogen-js-sdk": "^2.2.4",
"image-size": "^0.9.3",
"morgan": "~1.9.1",
"qs": "^6.9.4"
}
}