diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index cd0a3c5b8..8627fe9ba 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", |
@@ -132,7 +133,8 @@ | |||
132 | "validator": "^10.2.0", | 133 | "validator": "^10.2.0", |
133 | "webfinger.js": "^2.6.6", | 134 | "webfinger.js": "^2.6.6", |
134 | "winston": "3.0.0", | 135 | "winston": "3.0.0", |
135 | "ws": "^5.0.0" | 136 | "ws": "^5.0.0", |
137 | "youtube-dl": "^1.12.2" | ||
136 | }, | 138 | }, |
137 | "devDependencies": { | 139 | "devDependencies": { |
138 | "@types/async": "^2.0.40", | 140 | "@types/async": "^2.0.40", |
@@ -184,8 +186,7 @@ | |||
184 | "tslint-config-standard": "^7.0.0", | 186 | "tslint-config-standard": "^7.0.0", |
185 | "typescript": "^2.5.2", | 187 | "typescript": "^2.5.2", |
186 | "webtorrent": "^0.100.0", | 188 | "webtorrent": "^0.100.0", |
187 | "xliff": "^3.0.1", | 189 | "xliff": "^3.0.1" |
188 | "youtube-dl": "^1.12.2" | ||
189 | }, | 190 | }, |
190 | "scripty": { | 191 | "scripty": { |
191 | "silent": true | 192 | "silent": true |