2022-03-29 10:45:14 +08:00
|
|
|
{
|
|
|
|
|
"name": "dvcp-node-service",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "node服务端",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2023-06-09 17:45:10 +08:00
|
|
|
"dev": "pm2 restart pm2.config.js --only dev --attach",
|
2023-06-12 16:24:26 +08:00
|
|
|
"pro": "pm2 restart pm2.config.js --only oms-node",
|
2023-06-09 17:45:10 +08:00
|
|
|
"deploy": "pm2 deploy pm2.config.js production",
|
|
|
|
|
"stop": "pm2 delete all"
|
2022-03-29 10:45:14 +08:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "http://git.sinoecare.com/lab/dvcp-node-service.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"node",
|
|
|
|
|
"js"
|
|
|
|
|
],
|
2022-03-29 15:04:07 +08:00
|
|
|
"engines": {
|
|
|
|
|
"node": "16.13.1"
|
|
|
|
|
},
|
2022-03-29 10:45:14 +08:00
|
|
|
"author": "kubbo",
|
|
|
|
|
"dependencies": {
|
2023-12-01 09:51:03 +08:00
|
|
|
"@wecom/crypto": "^1.0.1",
|
2022-12-28 11:45:13 +08:00
|
|
|
"axios": "^1.2.1",
|
2022-04-01 18:36:09 +08:00
|
|
|
"dayjs": "^1.11.0",
|
2022-03-29 15:04:07 +08:00
|
|
|
"express": "^4.17.3",
|
2023-02-13 11:25:10 +08:00
|
|
|
"express-async-errors": "^3.1.1",
|
2023-01-18 12:08:51 +08:00
|
|
|
"express-ws": "^5.0.2",
|
2023-12-18 15:18:37 +08:00
|
|
|
"express-xml-bodyparser": "^0.3.0",
|
2023-12-14 15:02:01 +08:00
|
|
|
"fast-csv": "^4.3.6",
|
2023-12-01 09:51:03 +08:00
|
|
|
"form-data": "^4.0.0",
|
2022-03-31 18:25:48 +08:00
|
|
|
"fs-extra": "^10.0.1",
|
2022-03-29 15:04:07 +08:00
|
|
|
"helmet": "^5.0.2",
|
2023-12-18 15:18:37 +08:00
|
|
|
"jsonwebtoken": "^9.0.2",
|
2022-03-30 19:19:56 +08:00
|
|
|
"mysql": "^2.18.1",
|
2023-12-18 15:18:37 +08:00
|
|
|
"uuid": "^8.3.2",
|
|
|
|
|
"xml2js": "^0.6.2"
|
2023-01-18 12:08:51 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"chalk": "^4.1.2"
|
2022-03-29 10:45:14 +08:00
|
|
|
}
|
|
|
|
|
}
|