diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 900d04052..6be7af382 100644 --- a/package.json +++ b/package.json | |||
@@ -78,8 +78,8 @@ | |||
78 | "safe-buffer": "^5.0.1", | 78 | "safe-buffer": "^5.0.1", |
79 | "scripty": "^1.5.0", | 79 | "scripty": "^1.5.0", |
80 | "sequelize": "^4.7.5", | 80 | "sequelize": "^4.7.5", |
81 | "ts-node": "^3.0.6", | ||
82 | "typescript": "^2.5.2", | 81 | "typescript": "^2.5.2", |
82 | "ts-node": "^3.3.0", | ||
83 | "validator": "^8.1.0", | 83 | "validator": "^8.1.0", |
84 | "winston": "^2.1.1", | 84 | "winston": "^2.1.1", |
85 | "ws": "^3.1.0" | 85 | "ws": "^3.1.0" |
@@ -88,18 +88,22 @@ | |||
88 | "@types/async": "^2.0.40", | 88 | "@types/async": "^2.0.40", |
89 | "@types/bcrypt": "^1.0.0", | 89 | "@types/bcrypt": "^1.0.0", |
90 | "@types/body-parser": "^1.16.3", | 90 | "@types/body-parser": "^1.16.3", |
91 | "@types/chai": "^4.0.4", | ||
91 | "@types/commander": "^2.9.1", | 92 | "@types/commander": "^2.9.1", |
92 | "@types/config": "^0.0.32", | 93 | "@types/config": "^0.0.32", |
93 | "@types/express": "^4.0.35", | 94 | "@types/express": "^4.0.35", |
94 | "@types/lodash": "^4.14.64", | 95 | "@types/lodash": "^4.14.64", |
95 | "@types/magnet-uri": "^5.1.1", | 96 | "@types/magnet-uri": "^5.1.1", |
96 | "@types/mkdirp": "^0.5.1", | 97 | "@types/mkdirp": "^0.5.1", |
98 | "@types/mocha": "^2.2.42", | ||
97 | "@types/morgan": "^1.7.32", | 99 | "@types/morgan": "^1.7.32", |
98 | "@types/multer": "^1.3.3", | 100 | "@types/multer": "^1.3.3", |
99 | "@types/node": "^8.0.3", | 101 | "@types/node": "^8.0.3", |
100 | "@types/request": "^2.0.3", | 102 | "@types/request": "^2.0.3", |
101 | "@types/sequelize": "^4.0.55", | 103 | "@types/sequelize": "^4.0.55", |
104 | "@types/supertest": "^2.0.3", | ||
102 | "@types/validator": "^6.2.0", | 105 | "@types/validator": "^6.2.0", |
106 | "@types/webtorrent": "^0.98.4", | ||
103 | "@types/winston": "^2.3.2", | 107 | "@types/winston": "^2.3.2", |
104 | "@types/ws": "^3.0.2", | 108 | "@types/ws": "^3.0.2", |
105 | "chai": "^4.1.1", | 109 | "chai": "^4.1.1", |