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