Skip to content

Commit 7c60581

Browse files
author
hirsch88
committed
Moved some dep to dev-dep
1 parent d0c9ed6 commit 7c60581

File tree

2 files changed

+15
-268
lines changed

2 files changed

+15
-268
lines changed

package.json

+8-10
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,20 @@
3535
"dependencies": {
3636
"@types/bluebird": "^3.5.18",
3737
"@types/body-parser": "^1.16.7",
38-
"@types/chalk": "^2.2.0",
39-
"@types/commander": "^2.11.0",
4038
"@types/cors": "^2.8.1",
4139
"@types/dotenv": "^4.0.2",
4240
"@types/express": "^4.0.39",
4341
"@types/faker": "^4.1.2",
4442
"@types/helmet": "^0.0.37",
45-
"@types/jest": "^21.1.5",
4643
"@types/lodash": "^4.14.80",
4744
"@types/morgan": "^1.7.35",
4845
"@types/reflect-metadata": "0.0.5",
4946
"@types/request": "^2.0.8",
5047
"@types/serve-favicon": "^2.2.29",
5148
"@types/uuid": "^3.4.3",
5249
"@types/winston": "^2.3.7",
53-
"ascii-art": "^1.4.2",
5450
"body-parser": "^1.18.2",
55-
"chalk": "^2.3.0",
5651
"class-validator": "^0.7.3",
57-
"commander": "^2.11.0",
5852
"compression": "^1.7.1",
5953
"copyfiles": "^1.2.0",
6054
"cors": "^2.8.4",
@@ -70,11 +64,8 @@
7064
"jsonfile": "^4.0.0",
7165
"lodash": "^4.17.4",
7266
"microframework": "^0.6.4",
73-
"mock-express-request": "^0.2.0",
74-
"mock-express-response": "^0.2.1",
7567
"morgan": "^1.9.0",
7668
"mysql": "^2.15.0",
77-
"nock": "^9.1.0",
7869
"nodemon": "^1.12.1",
7970
"path": "^0.12.7",
8071
"reflect-metadata": "^0.1.10",
@@ -90,7 +81,6 @@
9081
"typeorm-typedi-extensions": "^0.1.1",
9182
"typescript": "^2.6.1",
9283
"uuid": "^3.1.0",
93-
"wait-on": "^2.0.2",
9484
"winston": "^2.4.0"
9585
},
9686
"jest": {
@@ -109,8 +99,16 @@
10999
},
110100
"license": "MIT",
111101
"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",
112107
"cross-env": "^5.1.1",
113108
"jest": "^21.2.1",
109+
"mock-express-request": "^0.2.0",
110+
"mock-express-response": "^0.2.1",
111+
"nock": "^9.1.0",
114112
"nps": "^5.7.1",
115113
"nps-utils": "^1.5.0",
116114
"ts-jest": "^21.1.4"

0 commit comments

Comments
 (0)