Files
JavaMyShop/node+vue/shop-fend/run/package.json
2024-09-27 01:16:36 +08:00

20 lines
446 B
JSON
Executable File

{
"name": "run",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start server.js --watch -i max --name fend",
"restart": "pm2 restart server.js",
"stop": "pm2 stop fend",
"list": "pm2 list",
"log": "pm2 logs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "~4.16.0"
}
}