|
35 | 35 | "dependencies": {
|
36 | 36 | "@types/bluebird": "^3.5.18",
|
37 | 37 | "@types/body-parser": "^1.16.7",
|
38 |
| - "@types/chalk": "^2.2.0", |
39 |
| - "@types/commander": "^2.11.0", |
40 | 38 | "@types/cors": "^2.8.1",
|
41 | 39 | "@types/dotenv": "^4.0.2",
|
42 | 40 | "@types/express": "^4.0.39",
|
43 | 41 | "@types/faker": "^4.1.2",
|
44 | 42 | "@types/helmet": "^0.0.37",
|
45 |
| - "@types/jest": "^21.1.5", |
46 | 43 | "@types/lodash": "^4.14.80",
|
47 | 44 | "@types/morgan": "^1.7.35",
|
48 | 45 | "@types/reflect-metadata": "0.0.5",
|
49 | 46 | "@types/request": "^2.0.8",
|
50 | 47 | "@types/serve-favicon": "^2.2.29",
|
51 | 48 | "@types/uuid": "^3.4.3",
|
52 | 49 | "@types/winston": "^2.3.7",
|
53 |
| - "ascii-art": "^1.4.2", |
54 | 50 | "body-parser": "^1.18.2",
|
55 |
| - "chalk": "^2.3.0", |
56 | 51 | "class-validator": "^0.7.3",
|
57 |
| - "commander": "^2.11.0", |
58 | 52 | "compression": "^1.7.1",
|
59 | 53 | "copyfiles": "^1.2.0",
|
60 | 54 | "cors": "^2.8.4",
|
|
70 | 64 | "jsonfile": "^4.0.0",
|
71 | 65 | "lodash": "^4.17.4",
|
72 | 66 | "microframework": "^0.6.4",
|
73 |
| - "mock-express-request": "^0.2.0", |
74 |
| - "mock-express-response": "^0.2.1", |
75 | 67 | "morgan": "^1.9.0",
|
76 | 68 | "mysql": "^2.15.0",
|
77 |
| - "nock": "^9.1.0", |
78 | 69 | "nodemon": "^1.12.1",
|
79 | 70 | "path": "^0.12.7",
|
80 | 71 | "reflect-metadata": "^0.1.10",
|
|
90 | 81 | "typeorm-typedi-extensions": "^0.1.1",
|
91 | 82 | "typescript": "^2.6.1",
|
92 | 83 | "uuid": "^3.1.0",
|
93 |
| - "wait-on": "^2.0.2", |
94 | 84 | "winston": "^2.4.0"
|
95 | 85 | },
|
96 | 86 | "jest": {
|
|
109 | 99 | },
|
110 | 100 | "license": "MIT",
|
111 | 101 | "devDependencies": {
|
| 102 | + "@types/chalk": "^2.2.0", |
| 103 | + "@types/commander": "^2.11.0", |
| 104 | + "@types/jest": "^21.1.5", |
| 105 | + "chalk": "^2.3.0", |
| 106 | + "commander": "^2.11.0", |
112 | 107 | "cross-env": "^5.1.1",
|
113 | 108 | "jest": "^21.2.1",
|
| 109 | + "mock-express-request": "^0.2.0", |
| 110 | + "mock-express-response": "^0.2.1", |
| 111 | + "nock": "^9.1.0", |
114 | 112 | "nps": "^5.7.1",
|
115 | 113 | "nps-utils": "^1.5.0",
|
116 | 114 | "ts-jest": "^21.1.4"
|
|
0 commit comments