aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9674cdca3..3c77b93cb 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.2",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {
@@ -49,8 +49,10 @@
49 "test": "scripty", 49 "test": "scripty",
50 "help": "scripty", 50 "help": "scripty",
51 "generate-api-doc": "scripty", 51 "generate-api-doc": "scripty",
52 "generate-cli-doc": "scripty",
52 "parse-log": "node ./dist/scripts/parse-log.js", 53 "parse-log": "node ./dist/scripts/parse-log.js",
53 "prune-storage": "node ./dist/scripts/prune-storage.js", 54 "prune-storage": "node ./dist/scripts/prune-storage.js",
55 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
54 "postinstall": "cd client && yarn install --pure-lockfile", 56 "postinstall": "cd client && yarn install --pure-lockfile",
55 "tsc": "tsc", 57 "tsc": "tsc",
56 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js", 58 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
@@ -69,7 +71,7 @@
69 }, 71 },
70 "husky": { 72 "husky": {
71 "hooks": { 73 "hooks": {
72 "pre-commit": "lint-staged" 74 "pre-commit": "lint-staged && ./scripts/openapi-peertube-version.sh"
73 } 75 }
74 }, 76 },
75 "lint-staged": { 77 "lint-staged": {
@@ -118,6 +120,7 @@
118 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 120 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
119 "lodash": "^4.17.10", 121 "lodash": "^4.17.10",
120 "magnet-uri": "^5.1.4", 122 "magnet-uri": "^5.1.4",
123 "marked-man": "^0.2.1",
121 "memoizee": "^0.4.14", 124 "memoizee": "^0.4.14",
122 "morgan": "^1.5.3", 125 "morgan": "^1.5.3",
123 "multer": "^1.1.0", 126 "multer": "^1.1.0",
@@ -163,6 +166,7 @@
163 "@types/config": "^0.0.34", 166 "@types/config": "^0.0.34",
164 "@types/express": "^4.0.35", 167 "@types/express": "^4.0.35",
165 "@types/express-rate-limit": "^2.9.3", 168 "@types/express-rate-limit": "^2.9.3",
169 "@types/fluent-ffmpeg": "^2.1.8",
166 "@types/fs-extra": "^5.0.4", 170 "@types/fs-extra": "^5.0.4",
167 "@types/libxmljs": "^0.18.0", 171 "@types/libxmljs": "^0.18.0",
168 "@types/lodash": "^4.14.64", 172 "@types/lodash": "^4.14.64",