diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8053e3462..6007d2bd3 100644 --- a/package.json +++ b/package.json | |||
@@ -40,6 +40,7 @@ | |||
40 | "parse-log": "ts-node ./scripts/parse-log.ts", | 40 | "parse-log": "ts-node ./scripts/parse-log.ts", |
41 | "postinstall": "cd client && yarn install --pure-lockfile", | 41 | "postinstall": "cd client && yarn install --pure-lockfile", |
42 | "tsc": "tsc", | 42 | "tsc": "tsc", |
43 | "commander": "commander", | ||
43 | "ng": "ng", | 44 | "ng": "ng", |
44 | "nodemon": "nodemon", | 45 | "nodemon": "nodemon", |
45 | "ts-node": "ts-node", | 46 | "ts-node": "ts-node", |
@@ -55,6 +56,7 @@ | |||
55 | "bittorrent-tracker": "^9.0.0", | 56 | "bittorrent-tracker": "^9.0.0", |
56 | "bluebird": "^3.5.0", | 57 | "bluebird": "^3.5.0", |
57 | "body-parser": "^1.12.4", | 58 | "body-parser": "^1.12.4", |
59 | "commander": "^2.13.0", | ||
58 | "concurrently": "^3.1.0", | 60 | "concurrently": "^3.1.0", |
59 | "config": "^1.14.0", | 61 | "config": "^1.14.0", |
60 | "cors": "^2.8.1", | 62 | "cors": "^2.8.1", |
@@ -116,7 +118,6 @@ | |||
116 | "@types/webtorrent": "^0.98.4", | 118 | "@types/webtorrent": "^0.98.4", |
117 | "@types/ws": "^3.0.2", | 119 | "@types/ws": "^3.0.2", |
118 | "chai": "^4.1.1", | 120 | "chai": "^4.1.1", |
119 | "commander": "^2.13.0", | ||
120 | "mocha": "^4.0.1", | 121 | "mocha": "^4.0.1", |
121 | "nodemon": "^1.11.0", | 122 | "nodemon": "^1.11.0", |
122 | "source-map-support": "^0.5.0", | 123 | "source-map-support": "^0.5.0", |