|
6 | 6 | "eslint": "eslint src", |
7 | 7 | "eslint-fix": "eslint --fix src", |
8 | 8 | "start": "cross-env DOTENV_FLOW_PATH=./resources nodemon -w ./resources/.env -w ./resources/.env.local -w ./src/ -x \"node -r dotenv-flow/config\" ./src/server.js", |
| 9 | + "start-dist": "cross-env DOTENV_FLOW_PATH=./resources node -r dotenv-flow/config ./src/server.js", |
9 | 10 | "jsdoc": "swagger-jsdoc -d ./src/swaggerDef.json -o ./src/swagger.json src/routes.js" |
10 | 11 | }, |
11 | 12 | "author": "Botium GmbH", |
12 | 13 | "license": "MIT", |
13 | 14 | "dependencies": { |
14 | | - "@google-cloud/speech": "^3.6.0", |
15 | | - "@google-cloud/storage": "^4.3.0", |
| 15 | + "@google-cloud/speech": "^4.1.5", |
| 16 | + "@google-cloud/storage": "^5.7.0", |
| 17 | + "@google-cloud/text-to-speech": "^3.1.3", |
16 | 18 | "body-parser": "^1.19.0", |
17 | | - "cross-env": "^7.0.0", |
18 | | - "debug": "^4.1.1", |
19 | | - "dotenv-flow": "^3.1.0", |
| 19 | + "cross-env": "^7.0.3", |
| 20 | + "debug": "^4.3.1", |
| 21 | + "dotenv-flow": "^3.2.0", |
20 | 22 | "express": "^4.17.1", |
21 | | - "express-winston": "^4.0.1", |
22 | | - "lodash": "^4.17.15", |
23 | | - "mkdirp": "^0.5.1", |
24 | | - "mustache": "^3.1.0", |
25 | | - "nodemon": "^2.0.1", |
26 | | - "request": "^2.88.0", |
27 | | - "request-promise-native": "^1.0.8", |
| 23 | + "express-winston": "^4.0.5", |
| 24 | + "lodash": "^4.17.20", |
| 25 | + "mkdirp": "^1.0.4", |
| 26 | + "mustache": "^4.1.0", |
| 27 | + "nodemon": "^2.0.6", |
| 28 | + "request": "^2.88.2", |
| 29 | + "request-promise-native": "^1.0.9", |
28 | 30 | "sanitize-filename": "^1.6.3", |
29 | | - "swagger-jsdoc": "^3.5.0", |
30 | | - "swagger-ui-express": "^4.1.2", |
31 | | - "uuid": "^3.3.3", |
32 | | - "winston": "^3.2.1", |
33 | | - "word-error-rate": "0.0.7" |
| 31 | + "swagger-jsdoc": "^6.0.0-rc.5", |
| 32 | + "swagger-ui-express": "^4.1.5", |
| 33 | + "uuid": "^8.3.2", |
| 34 | + "winston": "^3.3.3", |
| 35 | + "word-error-rate": "^0.0.7" |
34 | 36 | }, |
35 | 37 | "devDependencies": { |
36 | | - "eslint": "^6.7.2", |
37 | | - "eslint-config-standard": "^14.1.0", |
38 | | - "eslint-plugin-import": "^2.19.1", |
39 | | - "eslint-plugin-node": "^10.0.0", |
| 38 | + "eslint": "^7.15.0", |
| 39 | + "eslint-config-standard": "^16.0.2", |
| 40 | + "eslint-plugin-import": "^2.22.1", |
| 41 | + "eslint-plugin-node": "^11.1.0", |
40 | 42 | "eslint-plugin-promise": "^4.2.1", |
41 | | - "eslint-plugin-standard": "^4.0.1" |
| 43 | + "eslint-plugin-standard": "^5.0.0" |
42 | 44 | } |
43 | 45 | } |
0 commit comments