diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json index 74e5afabe..c7163d8bb 100644 --- a/package.json +++ b/package.json | |||
@@ -16,6 +16,7 @@ | |||
16 | "type": "git", | 16 | "type": "git", |
17 | "url": "git://github.com/Chocobozzz/PeerTube.git" | 17 | "url": "git://github.com/Chocobozzz/PeerTube.git" |
18 | }, | 18 | }, |
19 | "typings": "*.d.ts", | ||
19 | "scripts": { | 20 | "scripts": { |
20 | "e2e": "scripty", | 21 | "e2e": "scripty", |
21 | "build": "SCRIPTY_PARALLEL=true scripty", | 22 | "build": "SCRIPTY_PARALLEL=true scripty", |
@@ -91,10 +92,12 @@ | |||
91 | "cookie-parser": "^1.4.3", | 92 | "cookie-parser": "^1.4.3", |
92 | "cors": "^2.8.1", | 93 | "cors": "^2.8.1", |
93 | "create-torrent": "^3.24.5", | 94 | "create-torrent": "^3.24.5", |
95 | "deep-object-diff": "^1.1.0", | ||
94 | "express": "^4.12.4", | 96 | "express": "^4.12.4", |
95 | "express-oauth-server": "^2.0.0", | 97 | "express-oauth-server": "^2.0.0", |
96 | "express-rate-limit": "^2.11.0", | 98 | "express-rate-limit": "^2.11.0", |
97 | "express-validator": "^5.0.0", | 99 | "express-validator": "^5.0.0", |
100 | "flat": "^4.1.0", | ||
98 | "fluent-ffmpeg": "^2.1.0", | 101 | "fluent-ffmpeg": "^2.1.0", |
99 | "helmet": "^3.12.1", | 102 | "helmet": "^3.12.1", |
100 | "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", | 103 | "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", |
@@ -130,7 +133,8 @@ | |||
130 | "validator": "^10.2.0", | 133 | "validator": "^10.2.0", |
131 | "webfinger.js": "^2.6.6", | 134 | "webfinger.js": "^2.6.6", |
132 | "winston": "3.0.0", | 135 | "winston": "3.0.0", |
133 | "ws": "^5.0.0" | 136 | "ws": "^5.0.0", |
137 | "youtube-dl": "^1.12.2" | ||
134 | }, | 138 | }, |
135 | "devDependencies": { | 139 | "devDependencies": { |
136 | "@types/async": "^2.0.40", | 140 | "@types/async": "^2.0.40", |
@@ -182,8 +186,7 @@ | |||
182 | "tslint-config-standard": "^7.0.0", | 186 | "tslint-config-standard": "^7.0.0", |
183 | "typescript": "^2.5.2", | 187 | "typescript": "^2.5.2", |
184 | "webtorrent": "^0.100.0", | 188 | "webtorrent": "^0.100.0", |
185 | "xliff": "^3.0.1", | 189 | "xliff": "^3.0.1" |
186 | "youtube-dl": "^1.12.2" | ||
187 | }, | 190 | }, |
188 | "scripty": { | 191 | "scripty": { |
189 | "silent": true | 192 | "silent": true |