4 changed files with 74 additions and 44 deletions
@ -1,45 +1,45 @@ |
|||||
{ |
{ |
||||
"name": "smart-emergency", |
"name": "smart-emergency", |
||||
"version": "1.0.0", |
"version": "1.0.0", |
||||
"description": "fs smart emergency api", |
"description": "fs smart emergency api", |
||||
"main": "server.js", |
"main": "server.js", |
||||
"scripts": { |
"scripts": { |
||||
"test": "set DEBUG=true&&\"node_modules/.bin/mocha\" --harmony --reporter spec app/test/*.test.js", |
"test": "set DEBUG=true&&\"node_modules/.bin/mocha\" --harmony --reporter spec app/test/*.test.js", |
||||
"start": "set NODE_ENV=development&&node server -p 4000 -g postgres://postgres://postgres:123@10.8.30.32:5432/highways4good -f http://localhost:14000 --qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5 --qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa --qnbkt dev-highways4good --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", |
"start": "set NODE_ENV=development&&node server -p 4000 -g postgres://postgres://postgres:123@10.8.30.32:5432/highways4good -f http://localhost:14000 --qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5 --qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa --qnbkt dev-highways4good --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", |
||||
"start:linux": "export NODE_ENV=development&&node server -p 4000 -g postgres://FashionAdmin:123456@10.8.30.39:5432/pm1", |
"start:linux": "export NODE_ENV=development&&node server -p 4000 -g postgres://FashionAdmin:123456@10.8.30.39:5432/pm1", |
||||
"automate": "sequelize-automate -c sequelize-automate.config.js" |
"automate": "sequelize-automate -c sequelize-automate.config.js" |
||||
}, |
}, |
||||
"author": "", |
"author": "", |
||||
"license": "MIT", |
"license": "MIT", |
||||
"repository": {}, |
"repository": {}, |
||||
"dependencies": { |
"dependencies": { |
||||
"@fs/attachment": "^1.0.0", |
"@fs/attachment": "^1.0.0", |
||||
"archiver": "3.0.0", |
"archiver": "3.0.0", |
||||
"args": "^3.0.7", |
"args": "^3.0.7", |
||||
"async-busboy": "^0.7.0", |
"async-busboy": "^0.7.0", |
||||
"better-xlsx": "^0.7.6", |
"better-xlsx": "^0.7.6", |
||||
"crypto-js": "^4.0.0", |
"crypto-js": "^4.0.0", |
||||
"file-saver": "^2.0.2", |
"file-saver": "^2.0.2", |
||||
"fs-web-server-scaffold": "^2.0.2", |
"fs-web-server-scaffold": "^2.0.2", |
||||
"ioredis": "^4.19.4", |
"ioredis": "^4.19.4", |
||||
"kafka-node": "^2.2.3", |
"kafka-node": "^2.2.3", |
||||
"koa-convert": "^1.2.0", |
"koa-convert": "^1.2.0", |
||||
"koa-proxy": "^0.9.0", |
"koa-proxy": "^0.9.0", |
||||
"koa2-swagger-ui": "^5.3.0", |
"koa2-swagger-ui": "^5.3.0", |
||||
"md5-node": "^1.0.1", |
"md5-node": "^1.0.1", |
||||
"moment": "^2.24.0", |
"moment": "^2.24.0", |
||||
"path": "^0.12.7", |
"path": "^0.12.7", |
||||
"path-to-regexp": "^3.0.0", |
"path-to-regexp": "^3.0.0", |
||||
"pg": "^7.9.0", |
"pg": "^7.9.0", |
||||
"redis": "^3.1.2", |
"redis": "^3.1.2", |
||||
"request": "^2.88.2", |
"request": "^2.88.2", |
||||
"rimraf": "^3.0.2", |
"rimraf": "^3.0.2", |
||||
"superagent": "^3.5.2", |
"superagent": "^3.5.2", |
||||
"swagger-jsdoc": "^6.1.0", |
"swagger-jsdoc": "^6.1.0", |
||||
"uuid": "^3.3.2", |
"uuid": "^3.3.2", |
||||
"xlsx": "^0.16.9" |
"xlsx": "^0.16.9" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"mocha": "^6.0.2" |
"mocha": "^6.0.2" |
||||
} |
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue