]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Translated using Weblate (Russian)
[github/Chocobozzz/PeerTube.git] / package.json
CommitLineData
8c308c2b 1{
d148f3b9 2 "name": "peertube",
51de2c7f 3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
ae0e4fdb 4 "version": "5.1.0",
8c308c2b 5 "private": true,
478924a0 6 "licence": "AGPL-3.0",
8c308c2b 7 "engines": {
6b6e1d5d 8 "node": ">=12.x",
d29ced1a 9 "yarn": ">=1.x"
288a1331 10 },
8704acf4
RK
11 "bin": {
12 "peertube": "dist/server/tools/peertube.js"
13 },
288a1331 14 "author": {
25378bc8 15 "name": "Chocobozzz",
374e4197 16 "email": "chocobozzz@framasoft.org",
288a1331
C
17 "url": "http://github.com/Chocobozzz"
18 },
19 "repository": {
20 "type": "git",
52e679ac 21 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
8c308c2b 22 },
fbad87b0 23 "typings": "*.d.ts",
8c308c2b 24 "scripts": {
12d6b873 25 "e2e:browserstack": "bash ./scripts/e2e/browserstack.sh",
f463e2df
C
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",
1772b383 32 "build:peertube-runner": "bash ./scripts/build/peertube-runner.sh",
f463e2df
C
33 "clean:client": "bash ./scripts/clean/client/index.sh",
34 "clean:server:test": "bash ./scripts/clean/server/test.sh",
35 "i18n:update": "bash ./scripts/i18n/update.sh",
b5f919ac
C
36 "plugin:install": "node ./dist/scripts/plugin/install.js",
37 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
e945b184 38 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
f96d1df3 39 "reset-password": "node ./dist/scripts/reset-password.js",
f463e2df
C
40 "dev": "bash ./scripts/dev/index.sh",
41 "dev:server": "bash ./scripts/dev/server.sh",
42 "dev:embed": "bash ./scripts/dev/embed.sh",
43 "dev:client": "bash ./scripts/dev/client.sh",
44 "dev:cli": "bash ./scripts/dev/cli.sh",
1772b383 45 "dev:peertube-runner": "bash ./scripts/dev/peertube-runner.sh",
75fb0c0b 46 "start": "node dist/server",
b83b8dd5 47 "start:server": "node dist/server --no-client",
f96d1df3 48 "update-host": "node ./dist/scripts/update-host.js",
c2bd7a6f 49 "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
0138af92 50 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
e1ab52d7 51 "create-move-video-storage-job": "node ./dist/scripts/create-move-video-storage-job.js",
f463e2df 52 "test": "bash ./scripts/test.sh",
f463e2df 53 "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
6627dbc9 54 "generate-types-package": "ts-node ./packages/types/generate-package.ts",
f96d1df3 55 "parse-log": "node ./dist/scripts/parse-log.js",
a9729e21 56 "prune-storage": "node ./dist/scripts/prune-storage.js",
59092428 57 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
75fb0c0b 58 "tsc": "tsc",
d0e848b7 59 "commander": "commander",
2284f202 60 "lint": "npm run ci -- lint",
cbca00df 61 "ng": "ng",
df98563e 62 "ts-node": "ts-node",
a1587156 63 "eslint": "eslint",
b969539c 64 "resolve-tspaths": "resolve-tspaths",
f8360396 65 "resolve-tspaths:server": "npm run resolve-tspaths -- --project tsconfig.json --src . --out dist",
6cca7360 66 "concurrently": "concurrently",
76434ec8 67 "mocha": "mocha",
f463e2df
C
68 "ci": "bash ./scripts/ci.sh",
69 "release": "bash ./scripts/release.sh",
70 "release-embed-api": "bash ./scripts/release-embed-api.sh",
71 "nightly": "bash ./scripts/nightly.sh",
72 "openapi-clients": "bash ./scripts/openapi-clients.sh",
73 "client-report": "bash ./scripts/client-report.sh",
931d3430 74 "swagger-cli": "swagger-cli"
4de2fafc 75 },
e65ef81c
C
76 "resolutions": {
77 "eslint/esquery": "1.4.0"
78 },
8c308c2b 79 "dependencies": {
9ab330b9
C
80 "@aws-sdk/client-s3": "^3.190.0",
81 "@aws-sdk/lib-storage": "^3.190.0",
82 "@aws-sdk/node-http-handler": "^3.190.0",
5ed6bc77 83 "@babel/parser": "^7.17.8",
031bbcd2 84 "@node-oauth/oauth2-server": "^4.2.0",
630d0a1b 85 "@opentelemetry/api": "^1.1.0",
630d0a1b 86 "@opentelemetry/exporter-jaeger": "^1.3.1",
e65ef81c
C
87 "@opentelemetry/exporter-prometheus": "~0.35.1",
88 "@opentelemetry/instrumentation": "^0.35.1",
89 "@opentelemetry/instrumentation-dns": "^0.31.2",
90 "@opentelemetry/instrumentation-express": "^0.32.1",
91 "@opentelemetry/instrumentation-fs": "^0.7.0",
92 "@opentelemetry/instrumentation-http": "^0.35.1",
93 "@opentelemetry/instrumentation-ioredis": "^0.33.2",
94 "@opentelemetry/instrumentation-pg": "^0.34.1",
630d0a1b 95 "@opentelemetry/resources": "^1.3.1",
077600e0 96 "@opentelemetry/sdk-metrics": "^1.8.0",
630d0a1b
C
97 "@opentelemetry/sdk-trace-base": "^1.3.1",
98 "@opentelemetry/sdk-trace-node": "^1.3.1",
99 "@opentelemetry/semantic-conventions": "^1.3.1",
cb0eda56 100 "@peertube/feed": "^5.1.0",
5d7cb63e 101 "@peertube/http-signature": "^1.7.0",
3d2e4f03 102 "@uploadx/core": "^6.0.0",
f981dae8 103 "async-lru": "^1.1.1",
3545e72c 104 "async-mutex": "^0.4.0",
077600e0 105 "bcrypt": "5.1.0",
1f6125be 106 "bencode": "^2.0.2",
72329aaa 107 "bittorrent-tracker": "^9.0.0",
6fcd19ba 108 "bluebird": "^3.5.0",
182082f5 109 "bullmq": "^3.6.6",
c48e82b5 110 "bytes": "^3.0.0",
c6c0fa6c 111 "chokidar": "^3.4.2",
e65ef81c 112 "commander": "^10.0.0",
f9a971c6 113 "config": "^3.0.0",
8afc19a6 114 "cookie-parser": "^1.4.3",
b9ab2e25 115 "cors": "^2.8.1",
31aa391d 116 "create-torrent": "^5.0.0",
59390818 117 "deep-object-diff": "^1.1.0",
e65ef81c 118 "email-templates": "^11.0.3",
62549e6c 119 "execa": "^5.1.1",
ae64a66a 120 "express": "^4.18.1",
c0d2eac3 121 "express-rate-limit": "^6.1.0",
a1587156 122 "express-validator": "^6.4.0",
a5a254c4 123 "flat": "^5.0.0",
3a8a8b51 124 "fluent-ffmpeg": "^2.1.0",
e65ef81c 125 "fs-extra": "^11.1.0",
db4b15f2 126 "got": "^11.8.2",
3d2e4f03 127 "helmet": "^6.0.0",
35540f38 128 "hpagent": "^1.0.0",
76148b27 129 "http-problem-details": "^0.1.5",
564b9b55 130 "ioredis": "^5.2.3",
60919831 131 "ip-anonymize": "^0.1.0",
071584c7 132 "ipaddr.js": "2.0.1",
faa9d434 133 "is-cidr": "^4.0.0",
5182473f 134 "iso-639-3": "2.2.0",
e65ef81c 135 "jimp": "^0.22.4",
ba5a8d89 136 "js-yaml": "^4.0.0",
3d2e4f03 137 "jsonld": "~8.1.0",
cb0eda56 138 "lodash": "^4.17.21",
b4890f21 139 "lru-cache": "^7.13.0",
fce7fe04 140 "magnet-uri": "^6.1.0",
35540f38 141 "markdown-it": "^13.0.1",
c2ecfe82 142 "markdown-it-emoji": "^2.0.0",
b2111066 143 "maxmind": "^4.3.6",
7348b1fd 144 "memoizee": "^0.4.14",
8c308c2b 145 "morgan": "^1.5.3",
ae64a66a 146 "multer": "^1.4.5-lts.1",
c6c0fa6c 147 "node-media-server": "^2.1.4",
a1a216d9 148 "nodemailer": "^6.0.0",
e65ef81c 149 "opentelemetry-instrumentation-sequelize": "^0.34.0",
077600e0 150 "otpauth": "^9.0.2",
1bb4c9ab 151 "p-queue": "^6",
fce7fe04 152 "parse-torrent": "^9.1.0",
bb1e6d0c 153 "password-generator": "^2.0.2",
faa9d434 154 "pg": "^8.2.1",
c53853ca 155 "piscina": "^3.2.0",
de17453a 156 "prompt": "^1.0.0",
d91a0341 157 "proxy-addr": "^2.0.7",
faa9d434 158 "pug": "^3.0.0",
a4255d8e 159 "reflect-metadata": "^0.1.12",
98b94643 160 "sanitize-html": "2.x",
2be1fecc 161 "sequelize": "6.29.0",
b49f22d8 162 "sequelize-typescript": "^2.0.0-beta.1",
d4a8e7a6 163 "short-uuid": "^4.2.0",
c9783c7b 164 "sitemap": "^7.0.0",
f7b00376 165 "socket.io": "^4.5.4",
077600e0 166 "sql-formatter": "^12.0.1",
f4001cf4 167 "srt-to-vtt": "^1.1.2",
35540f38 168 "tsconfig-paths": "^4.0.0",
e0ef8dab 169 "tslib": "^2.0.0",
aad0ec24 170 "useragent": "^2.3.0",
d9699428 171 "validator": "^13.0.0",
e4f97bab 172 "webfinger.js": "^2.6.6",
071584c7 173 "webtorrent": "^1.0.0",
3d2e4f03 174 "winston": "3.8.2",
62549e6c 175 "ws": "^8.0.0"
8c308c2b
C
176 },
177 "devDependencies": {
605450a6 178 "@peertube/maildev": "^1.2.0",
8cc61201 179 "@types/bcrypt": "^5.0.0",
41fb13c3 180 "@types/bencode": "^2.0.0",
c9783c7b 181 "@types/bluebird": "^3.5.33",
65fcc311 182 "@types/body-parser": "^1.16.3",
c48e82b5 183 "@types/bytes": "^3.0.0",
0e1dc3e7 184 "@types/chai": "^4.0.4",
966eb053
RK
185 "@types/chai-json-schema": "^1.4.3",
186 "@types/chai-xml": "^0.3.1",
3d2e4f03 187 "@types/config": "^3.3.0",
41fb13c3 188 "@types/create-torrent": "^5.0.0",
ba5a8d89 189 "@types/express": "4.17.9",
313921b5 190 "@types/fluent-ffmpeg": "^2.1.16",
e65ef81c 191 "@types/fs-extra": "^11.0.1",
65fcc311 192 "@types/lodash": "^4.14.64",
69818c93 193 "@types/magnet-uri": "^5.1.1",
e65ef81c 194 "@types/maildev": "^0.0.4",
7348b1fd 195 "@types/memoizee": "^0.4.2",
077600e0 196 "@types/mocha": "^10.0.0",
65fcc311 197 "@types/morgan": "^1.7.32",
556ddc31 198 "@types/multer": "^1.3.3",
82e3ae15 199 "@types/node": "^18.13.0",
60919831 200 "@types/nodemailer": "^6.2.0",
2db85d6b 201 "@types/oauth2-server": "^3.0.8",
556ddc31 202 "@types/request": "^2.0.3",
0e1dc3e7 203 "@types/supertest": "^2.0.3",
faa9d434 204 "@types/validator": "^13.0.0",
fce7fe04 205 "@types/webtorrent": "^0.109.0",
05c0535d
C
206 "@types/ws": "^8.2.0",
207 "@typescript-eslint/eslint-plugin": "^5.0.0",
4abbeff5 208 "autocannon": "^7.0.4",
556ddc31 209 "chai": "^4.1.1",
966eb053 210 "chai-json-schema": "^1.5.0",
fce7fe04 211 "chai-xml": "^0.4.0",
c0d2eac3 212 "concurrently": "^7.0.0",
8b03e2ce 213 "depcheck": "^1.4.2",
e65ef81c
C
214 "eslint": "8.34.0",
215 "eslint-config-standard-with-typescript": "34.0.0",
a1587156 216 "eslint-plugin-import": "^2.20.1",
ba2684ce 217 "eslint-plugin-n": "^15.2.4",
a1587156 218 "eslint-plugin-node": "^11.0.0",
2d28b0c2
C
219 "eslint-plugin-promise": "^6.0.0",
220 "fast-xml-parser": "^4.0.0-beta.8",
d41f4a6d 221 "jpeg-js": "^0.4.4",
35540f38 222 "mocha": "^10.0.0",
d41f4a6d
C
223 "pixelmatch": "^5.3.0",
224 "pngjs": "^7.0.0",
8729a870 225 "proxy": "^1.0.2",
e65ef81c 226 "resolve-tspaths": "^0.8.8",
f7b00376 227 "socket.io-client": "^4.5.4",
fce7fe04 228 "supertest": "^6.0.1",
d9699428 229 "swagger-cli": "^4.0.2",
5ed6bc77 230 "ts-node": "^10.8.1",
e65ef81c 231 "tsc-watch": "^6.0.0",
57f255be 232 "typescript": "~4.8"
8c308c2b 233 },
0672dc76 234 "bundlewatch": {
d632a147
C
235 "files": [
236 {
fd0c1155 237 "path": "client/dist/en-US/*.js",
d632a147 238 "maxSize": "1mb"
a3b5e78a
C
239 },
240 {
241 "path": "client/dist/standalone/videos/video-embed.bundle.js",
242 "maxSize": "1mb"
243 },
244 {
245 "path": "client/dist/standalone/videos/video-embed.css",
246 "maxSize": "1mb"
d632a147
C
247 }
248 ]
8424c402 249 }
8c308c2b 250}