]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Fix CLI plugins list command: use command parameters.
[github/Chocobozzz/PeerTube.git] / package.json
1 {
2 "name": "peertube",
3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
4 "version": "3.1.0",
5 "private": true,
6 "licence": "AGPL-3.0",
7 "engines": {
8 "node": ">=10.x",
9 "yarn": ">=1.x",
10 "postgres": ">=10.x",
11 "redis-server": ">=2.8.18",
12 "ffmpeg": ">=4.1"
13 },
14 "bin": {
15 "peertube": "dist/server/tools/peertube.js"
16 },
17 "author": {
18 "name": "Chocobozzz",
19 "email": "chocobozzz@framasoft.org",
20 "url": "http://github.com/Chocobozzz"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
25 },
26 "typings": "*.d.ts",
27 "scripts": {
28 "e2e": "bash ./scripts/e2e/index.sh",
29 "e2e:local": "bash ./scripts/e2e/local.sh",
30 "setup:cli": "bash ./scripts/setup/cli.sh",
31 "build": "bash ./scripts/build/index.sh",
32 "build:embed": "bash ./scripts/build/embed.sh",
33 "build:server": "bash ./scripts/build/server.sh",
34 "build:client": "bash ./scripts/build/client.sh",
35 "clean:client": "bash ./scripts/clean/client/index.sh",
36 "clean:server:test": "bash ./scripts/clean/server/test.sh",
37 "i18n:update": "bash ./scripts/i18n/update.sh",
38 "plugin:install": "node ./dist/scripts/plugin/install.js",
39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
41 "reset-password": "node ./dist/scripts/reset-password.js",
42 "dev": "bash ./scripts/dev/index.sh",
43 "dev:server": "bash ./scripts/dev/server.sh",
44 "dev:embed": "bash ./scripts/dev/embed.sh",
45 "dev:client": "bash ./scripts/dev/client.sh",
46 "dev:cli": "bash ./scripts/dev/cli.sh",
47 "start": "node dist/server",
48 "start:server": "node dist/server --no-client",
49 "update-host": "node ./dist/scripts/update-host.js",
50 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
51 "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
52 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
53 "print-transcode-command": "node ./dist/scripts/print-transcode-command.js",
54 "test": "bash ./scripts/test.sh",
55 "help": "bash ./scripts/help.sh",
56 "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
57 "parse-log": "node ./dist/scripts/parse-log.js",
58 "prune-storage": "node ./dist/scripts/prune-storage.js",
59 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
60 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
61 "tsc": "tsc",
62 "commander": "commander",
63 "lint": "npm run ci -- lint",
64 "ng": "ng",
65 "nodemon": "nodemon",
66 "ts-node": "ts-node",
67 "eslint": "eslint",
68 "concurrently": "concurrently",
69 "mocha": "mocha",
70 "ci": "bash ./scripts/ci.sh",
71 "release": "bash ./scripts/release.sh",
72 "release-embed-api": "bash ./scripts/release-embed-api.sh",
73 "nightly": "bash ./scripts/nightly.sh",
74 "openapi-clients": "bash ./scripts/openapi-clients.sh",
75 "client-report": "bash ./scripts/client-report.sh",
76 "swagger-cli": "swagger-cli"
77 },
78 "dependencies": {
79 "apicache": "1.6.2",
80 "async": "^3.0.1",
81 "async-lru": "^1.1.1",
82 "bcrypt": "5.0.1",
83 "bittorrent-tracker": "^9.0.0",
84 "bluebird": "^3.5.0",
85 "body-parser": "^1.12.4",
86 "bull": "^3.4.2",
87 "bytes": "^3.0.0",
88 "chokidar": "^3.4.2",
89 "commander": "^7.0.0",
90 "config": "^3.0.0",
91 "cookie-parser": "^1.4.3",
92 "cors": "^2.8.1",
93 "create-torrent": "^4.0.0",
94 "decache": "^4.6.0",
95 "deep-object-diff": "^1.1.0",
96 "email-templates": "^8.0.3",
97 "express": "^4.12.4",
98 "express-rate-limit": "^5.0.0",
99 "express-validator": "^6.4.0",
100 "flat": "^5.0.0",
101 "fluent-ffmpeg": "^2.1.0",
102 "fs-extra": "^10.0.0",
103 "got": "^11.8.2",
104 "helmet": "^4.1.0",
105 "http-signature": "1.3.5",
106 "ip-anonymize": "^0.1.0",
107 "ipaddr.js": "2.0.0",
108 "is-cidr": "^4.0.0",
109 "iso-639-3": "2.2.0",
110 "jimp": "^0.16.0",
111 "js-yaml": "^4.0.0",
112 "jsonld": "~5.2.0",
113 "lodash": "^4.17.10",
114 "lru-cache": "^6.0.0",
115 "magnet-uri": "^6.1.0",
116 "markdown-it": "^12.0.4",
117 "markdown-it-emoji": "^2.0.0",
118 "memoizee": "^0.4.14",
119 "morgan": "^1.5.3",
120 "multer": "^1.1.0",
121 "node-media-server": "^2.1.4",
122 "nodemailer": "^6.0.0",
123 "oauth2-server": "3.1.1",
124 "parse-torrent": "^9.1.0",
125 "password-generator": "^2.0.2",
126 "pem": "^1.12.3",
127 "pfeed": "1.1.11",
128 "pg": "^8.2.1",
129 "prompt": "^1.0.0",
130 "pug": "^3.0.0",
131 "redis": "^3.0.2",
132 "reflect-metadata": "^0.1.12",
133 "sanitize-html": "2.x",
134 "sequelize": "6.6.2",
135 "sequelize-typescript": "^2.0.0-beta.1",
136 "sitemap": "^7.0.0",
137 "socket.io": "^4.0.1",
138 "sql-formatter": "^4.0.0-beta.0",
139 "srt-to-vtt": "^1.1.2",
140 "tsconfig-paths": "^3.9.0",
141 "tslib": "^2.0.0",
142 "useragent": "^2.3.0",
143 "uuid": "^8.1.0",
144 "validator": "^13.0.0",
145 "webfinger.js": "^2.6.6",
146 "webtorrent": "^0.118.0",
147 "winston": "3.3.3",
148 "ws": "^7.0.0",
149 "youtube-dl": "^3.0.2"
150 },
151 "devDependencies": {
152 "@openapitools/openapi-generator-cli": "^2.1.4",
153 "@types/apicache": "^1.2.0",
154 "@types/async": "^3.0.0",
155 "@types/async-lock": "^1.1.0",
156 "@types/bcrypt": "^3.0.0",
157 "@types/bluebird": "^3.5.33",
158 "@types/body-parser": "^1.16.3",
159 "@types/bull": "^3.15.0",
160 "@types/bytes": "^3.0.0",
161 "@types/chai": "^4.0.4",
162 "@types/chai-json-schema": "^1.4.3",
163 "@types/chai-xml": "^0.3.1",
164 "@types/config": "^0.0.38",
165 "@types/express": "4.17.9",
166 "@types/express-rate-limit": "^5.0.0",
167 "@types/fluent-ffmpeg": "^2.1.16",
168 "@types/fs-extra": "^9.0.1",
169 "@types/lodash": "^4.14.64",
170 "@types/lru-cache": "^5.1.0",
171 "@types/magnet-uri": "^5.1.1",
172 "@types/maildev": "^0.0.2",
173 "@types/memoizee": "^0.4.2",
174 "@types/mkdirp": "^1.0.0",
175 "@types/mocha": "^8.0.3",
176 "@types/morgan": "^1.7.32",
177 "@types/multer": "^1.3.3",
178 "@types/node": "^14.14.31",
179 "@types/nodemailer": "^6.2.0",
180 "@types/oauth2-server": "^3.0.8",
181 "@types/pem": "^1.9.3",
182 "@types/redis": "^2.8.5",
183 "@types/request": "^2.0.3",
184 "@types/supertest": "^2.0.3",
185 "@types/validator": "^13.0.0",
186 "@types/webtorrent": "^0.109.0",
187 "@types/ws": "^7.2.1",
188 "@typescript-eslint/eslint-plugin": "^4.8.1",
189 "autocannon": "^7.0.4",
190 "chai": "^4.1.1",
191 "chai-json-schema": "^1.5.0",
192 "chai-xml": "^0.4.0",
193 "concurrently": "^6.0.0",
194 "eslint": "^7.2.0",
195 "eslint-config-standard-with-typescript": "^20.0.0",
196 "eslint-plugin-import": "^2.20.1",
197 "eslint-plugin-node": "^11.0.0",
198 "eslint-plugin-promise": "^5.1.0",
199 "eslint-plugin-standard": "^5.0.0",
200 "fast-xml-parser": "^3.19.0",
201 "maildev": "^1.0.0-rc3",
202 "marked": "^2.0.1",
203 "marked-man": "^0.7.0",
204 "mocha": "^8.0.1",
205 "nodemon": "^2.0.1",
206 "socket.io-client": "^4.0.1",
207 "source-map-support": "^0.5.0",
208 "supertest": "^6.0.1",
209 "swagger-cli": "^4.0.2",
210 "ts-node": "9.1.1",
211 "typescript": "^4.0.5"
212 },
213 "bundlewatch": {
214 "files": [
215 {
216 "path": "client/dist/en-US/*.js",
217 "maxSize": "1mb"
218 },
219 {
220 "path": "client/dist/standalone/videos/video-embed.bundle.js",
221 "maxSize": "1mb"
222 },
223 {
224 "path": "client/dist/standalone/videos/video-embed.css",
225 "maxSize": "1mb"
226 }
227 ]
228 }
229 }