aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9674cdca3..295b4e74b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "1.0.1", 4 "version": "1.1.0-alpha.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {
@@ -51,6 +51,7 @@
51 "generate-api-doc": "scripty", 51 "generate-api-doc": "scripty",
52 "parse-log": "node ./dist/scripts/parse-log.js", 52 "parse-log": "node ./dist/scripts/parse-log.js",
53 "prune-storage": "node ./dist/scripts/prune-storage.js", 53 "prune-storage": "node ./dist/scripts/prune-storage.js",
54 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
54 "postinstall": "cd client && yarn install --pure-lockfile", 55 "postinstall": "cd client && yarn install --pure-lockfile",
55 "tsc": "tsc", 56 "tsc": "tsc",
56 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js", 57 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
@@ -163,6 +164,7 @@
163 "@types/config": "^0.0.34", 164 "@types/config": "^0.0.34",
164 "@types/express": "^4.0.35", 165 "@types/express": "^4.0.35",
165 "@types/express-rate-limit": "^2.9.3", 166 "@types/express-rate-limit": "^2.9.3",
167 "@types/fluent-ffmpeg": "^2.1.8",
166 "@types/fs-extra": "^5.0.4", 168 "@types/fs-extra": "^5.0.4",
167 "@types/libxmljs": "^0.18.0", 169 "@types/libxmljs": "^0.18.0",
168 "@types/lodash": "^4.14.64", 170 "@types/lodash": "^4.14.64",