|
38 | 38 | "dependencies": { |
39 | 39 | "@types/bluebird": "^3.5.18", |
40 | 40 | "@types/body-parser": "^1.16.7", |
| 41 | + "@types/chalk": "^2.2.0", |
| 42 | + "@types/commander": "^2.11.0", |
41 | 43 | "@types/cors": "^2.8.1", |
42 | 44 | "@types/dotenv": "^4.0.2", |
43 | 45 | "@types/express": "^4.0.39", |
44 | 46 | "@types/faker": "^4.1.2", |
45 | 47 | "@types/helmet": "^0.0.37", |
46 | 48 | "@types/lodash": "^4.14.80", |
47 | 49 | "@types/morgan": "^1.7.35", |
48 | | - "@types/chalk": "^2.2.0", |
49 | | - "@types/commander": "^2.11.0", |
50 | 50 | "@types/reflect-metadata": "0.0.5", |
51 | 51 | "@types/request": "^2.0.8", |
52 | 52 | "@types/serve-favicon": "^2.2.29", |
53 | 53 | "@types/uuid": "^3.4.3", |
54 | 54 | "@types/winston": "^2.3.7", |
55 | 55 | "body-parser": "^1.18.2", |
| 56 | + "chalk": "^2.3.0", |
56 | 57 | "class-validator": "^0.7.3", |
| 58 | + "commander": "^2.11.0", |
57 | 59 | "compression": "^1.7.1", |
58 | 60 | "copyfiles": "^1.2.0", |
59 | 61 | "cors": "^2.8.4", |
|
72 | 74 | "morgan": "^1.9.0", |
73 | 75 | "mysql": "^2.15.0", |
74 | 76 | "nodemon": "^1.12.1", |
| 77 | + "nps": "^5.7.1", |
| 78 | + "nps-utils": "^1.5.0", |
75 | 79 | "path": "^0.12.7", |
76 | 80 | "reflect-metadata": "^0.1.10", |
77 | 81 | "request": "^2.83.0", |
78 | 82 | "routing-controllers": "^0.7.6", |
79 | 83 | "serve-favicon": "^2.4.5", |
80 | 84 | "swagger-ui-express": "^2.0.10", |
81 | | - "trash-cli": "^1.4.0", |
82 | 85 | "ts-node": "^3.3.0", |
83 | 86 | "tslint": "^5.8.0", |
84 | 87 | "typedi": "^0.5.2", |
85 | 88 | "typeorm": "^0.1.3", |
86 | 89 | "typeorm-typedi-extensions": "^0.1.1", |
87 | 90 | "typescript": "^2.6.1", |
88 | 91 | "uuid": "^3.1.0", |
89 | | - "nps": "^5.7.1", |
90 | | - "nps-utils": "^1.5.0", |
91 | | - "chalk": "^2.3.0", |
92 | | - "commander": "^2.11.0", |
93 | 92 | "winston": "^2.4.0" |
94 | 93 | }, |
95 | 94 | "jest": { |
|
0 commit comments