diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-04 15:31:32 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | bd54ad1953ee0484ba90cf5f588f4c282048f368 (patch) | |
tree | 36e84ed92589a8775bc18e1b056f6b8de14bf2bb /package.json | |
parent | 68e70a745b2010cd0199864a2addd60d8f99c732 (diff) | |
download | PeerTube-bd54ad1953ee0484ba90cf5f588f4c282048f368.tar.gz PeerTube-bd54ad1953ee0484ba90cf5f588f4c282048f368.tar.zst PeerTube-bd54ad1953ee0484ba90cf5f588f4c282048f368.zip |
Add live notification tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 15e55e978..0de785618 100644 --- a/package.json +++ b/package.json | |||
@@ -189,6 +189,7 @@ | |||
189 | "@types/redis": "^2.8.5", | 189 | "@types/redis": "^2.8.5", |
190 | "@types/request": "^2.0.3", | 190 | "@types/request": "^2.0.3", |
191 | "@types/socket.io": "^2.1.2", | 191 | "@types/socket.io": "^2.1.2", |
192 | "@types/socket.io-client": "^1.4.34", | ||
192 | "@types/supertest": "^2.0.3", | 193 | "@types/supertest": "^2.0.3", |
193 | "@types/validator": "^13.0.0", | 194 | "@types/validator": "^13.0.0", |
194 | "@types/webtorrent": "^0.107.0", | 195 | "@types/webtorrent": "^0.107.0", |
@@ -211,6 +212,7 @@ | |||
211 | "marked-man": "^0.7.0", | 212 | "marked-man": "^0.7.0", |
212 | "mocha": "^8.0.1", | 213 | "mocha": "^8.0.1", |
213 | "nodemon": "^2.0.1", | 214 | "nodemon": "^2.0.1", |
215 | "socket.io-client": "^2.3.1", | ||
214 | "source-map-support": "^0.5.0", | 216 | "source-map-support": "^0.5.0", |
215 | "supertest": "^4.0.2", | 217 | "supertest": "^4.0.2", |
216 | "swagger-cli": "^4.0.2", | 218 | "swagger-cli": "^4.0.2", |