diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 5776f9fc6..100e00f51 100644 --- a/package.json +++ b/package.json | |||
@@ -106,10 +106,13 @@ | |||
106 | "@types/bcrypt": "^1.0.0", | 106 | "@types/bcrypt": "^1.0.0", |
107 | "@types/body-parser": "^1.16.3", | 107 | "@types/body-parser": "^1.16.3", |
108 | "@types/chai": "^4.0.4", | 108 | "@types/chai": "^4.0.4", |
109 | "@types/chai-json-schema": "^1.4.3", | ||
110 | "@types/chai-xml": "^0.3.1", | ||
109 | "@types/config": "^0.0.34", | 111 | "@types/config": "^0.0.34", |
110 | "@types/express": "^4.0.35", | 112 | "@types/express": "^4.0.35", |
111 | "@types/express-rate-limit": "^2.9.3", | 113 | "@types/express-rate-limit": "^2.9.3", |
112 | "@types/kue": "^0.11.8", | 114 | "@types/kue": "^0.11.8", |
115 | "@types/libxmljs": "^0.14.31", | ||
113 | "@types/lodash": "^4.14.64", | 116 | "@types/lodash": "^4.14.64", |
114 | "@types/magnet-uri": "^5.1.1", | 117 | "@types/magnet-uri": "^5.1.1", |
115 | "@types/maildev": "^0.0.1", | 118 | "@types/maildev": "^0.0.1", |
@@ -129,6 +132,9 @@ | |||
129 | "@types/webtorrent": "^0.98.4", | 132 | "@types/webtorrent": "^0.98.4", |
130 | "@types/ws": "^4.0.0", | 133 | "@types/ws": "^4.0.0", |
131 | "chai": "^4.1.1", | 134 | "chai": "^4.1.1", |
135 | "chai-json-schema": "^1.5.0", | ||
136 | "chai-xml": "^0.3.2", | ||
137 | "libxmljs": "^0.18.7", | ||
132 | "maildev": "^1.0.0-rc3", | 138 | "maildev": "^1.0.0-rc3", |
133 | "mocha": "^5.0.0", | 139 | "mocha": "^5.0.0", |
134 | "nodemon": "^1.11.0", | 140 | "nodemon": "^1.11.0", |