Skip to content

Commit 5412590

Browse files
committed
Remove trash-cli as we have rimraf in nps
1 parent f4f2b55 commit 5412590

File tree

2 files changed

+16
-287
lines changed

2 files changed

+16
-287
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,24 @@
3838
"dependencies": {
3939
"@types/bluebird": "^3.5.18",
4040
"@types/body-parser": "^1.16.7",
41+
"@types/chalk": "^2.2.0",
42+
"@types/commander": "^2.11.0",
4143
"@types/cors": "^2.8.1",
4244
"@types/dotenv": "^4.0.2",
4345
"@types/express": "^4.0.39",
4446
"@types/faker": "^4.1.2",
4547
"@types/helmet": "^0.0.37",
4648
"@types/lodash": "^4.14.80",
4749
"@types/morgan": "^1.7.35",
48-
"@types/chalk": "^2.2.0",
49-
"@types/commander": "^2.11.0",
5050
"@types/reflect-metadata": "0.0.5",
5151
"@types/request": "^2.0.8",
5252
"@types/serve-favicon": "^2.2.29",
5353
"@types/uuid": "^3.4.3",
5454
"@types/winston": "^2.3.7",
5555
"body-parser": "^1.18.2",
56+
"chalk": "^2.3.0",
5657
"class-validator": "^0.7.3",
58+
"commander": "^2.11.0",
5759
"compression": "^1.7.1",
5860
"copyfiles": "^1.2.0",
5961
"cors": "^2.8.4",
@@ -72,24 +74,21 @@
7274
"morgan": "^1.9.0",
7375
"mysql": "^2.15.0",
7476
"nodemon": "^1.12.1",
77+
"nps": "^5.7.1",
78+
"nps-utils": "^1.5.0",
7579
"path": "^0.12.7",
7680
"reflect-metadata": "^0.1.10",
7781
"request": "^2.83.0",
7882
"routing-controllers": "^0.7.6",
7983
"serve-favicon": "^2.4.5",
8084
"swagger-ui-express": "^2.0.10",
81-
"trash-cli": "^1.4.0",
8285
"ts-node": "^3.3.0",
8386
"tslint": "^5.8.0",
8487
"typedi": "^0.5.2",
8588
"typeorm": "^0.1.3",
8689
"typeorm-typedi-extensions": "^0.1.1",
8790
"typescript": "^2.6.1",
8891
"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",
9392
"winston": "^2.4.0"
9493
},
9594
"jest": {

0 commit comments

Comments
 (0)