Files
ClassContent/项目合集/菜谱App/backend/pull/package.json
2024-09-27 02:06:13 +08:00

16 lines
269 B
JSON

{
"name": "pull",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pm2 start index.js --name pull --watch -i max"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}