userflow-predictor/Predictor/PredictorWebService/package.json
dependabot[bot] 6363fe624b
Build(deps): Bump ws in /Predictor/PredictorWebService
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 04:21:01 +00:00

34 lines
845 B
JSON

{
"name": "predictorservice",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"body-parser": "^1.18.3",
"canvas": "^2.4.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"mongodb": "^3.3.3",
"mongoose": "^5.7.7",
"nodemon": "^1.18.10",
"query-string-parser": "^0.2.3",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^11.13.0",
"@types/ws": "^6.0.1",
"@types/express": "^4.16.1",
"@types/mongoose": "^5.5.29",
"ts-node": "^8.0.3",
"typescript": "^3.4.2",
"typescript-eslint-parser": "^22.0.0"
},
"scripts": {
"build-ws:prod": "tsc",
"build-ws:watch": "tsc -w",
"start-ws": "ts-node src/predictor-web-service/main.ts",
"start-imageCreator": "ts-node src/image-creator/main.ts"
},
"author": "",
"license": "ISC"
}