X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=8627fe9bafd22937c4f3f2bb17ead2fa4ad0874a;hb=b2977eecb8eb5d599df0c6a7ab99a437a6a969c7;hp=283cd22d7aed53d55a9fde5fabf83cd7c5a47db5;hpb=3fd5104142c7c13d1a790e8327bdf21745568bc0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 283cd22d7..8627fe9ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10.pre.3", "private": true, "licence": "AGPLv3", "engines": { @@ -16,6 +16,7 @@ "type": "git", "url": "git://github.com/Chocobozzz/PeerTube.git" }, + "typings": "*.d.ts", "scripts": { "e2e": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", @@ -91,11 +92,14 @@ "cookie-parser": "^1.4.3", "cors": "^2.8.1", "create-torrent": "^3.24.5", + "deep-object-diff": "^1.1.0", "express": "^4.12.4", "express-oauth-server": "^2.0.0", "express-rate-limit": "^2.11.0", "express-validator": "^5.0.0", + "flat": "^4.1.0", "fluent-ffmpeg": "^2.1.0", + "helmet": "^3.12.1", "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", "is-cidr": "^2.0.5", "iso-639-3": "^1.0.1", @@ -129,7 +133,8 @@ "validator": "^10.2.0", "webfinger.js": "^2.6.6", "winston": "3.0.0", - "ws": "^5.0.0" + "ws": "^5.0.0", + "youtube-dl": "^1.12.2" }, "devDependencies": { "@types/async": "^2.0.40", @@ -181,8 +186,7 @@ "tslint-config-standard": "^7.0.0", "typescript": "^2.5.2", "webtorrent": "^0.100.0", - "xliff": "^3.0.1", - "youtube-dl": "^1.12.2" + "xliff": "^3.0.1" }, "scripty": { "silent": true