]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Translated using Weblate (Russian)
[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.3.0",
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": "bash ./scripts/e2e/index.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 "print-transcode-command": "node ./dist/scripts/print-transcode-command.js",
51 "test": "bash ./scripts/test.sh",
52 "help": "bash ./scripts/help.sh",
53 "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
54 "parse-log": "node ./dist/scripts/parse-log.js",
55 "prune-storage": "node ./dist/scripts/prune-storage.js",
56 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
57 "tsc": "tsc",
58 "commander": "commander",
59 "lint": "npm run ci -- lint",
60 "ng": "ng",
61 "nodemon": "nodemon",
62 "ts-node": "ts-node",
63 "eslint": "eslint",
64 "concurrently": "concurrently",
65 "mocha": "mocha",
66 "ci": "bash ./scripts/ci.sh",
67 "release": "bash ./scripts/release.sh",
68 "release-embed-api": "bash ./scripts/release-embed-api.sh",
69 "nightly": "bash ./scripts/nightly.sh",
70 "openapi-clients": "bash ./scripts/openapi-clients.sh",
71 "client-report": "bash ./scripts/client-report.sh",
72 "swagger-cli": "swagger-cli"
73 },
74 "dependencies": {
75 "@aws-sdk/client-s3": "^3.23.0",
76 "@uploadx/core": "^4.4.0",
77 "async": "^3.0.1",
78 "async-lru": "^1.1.1",
79 "bcrypt": "5.0.1",
80 "bencode": "^2.0.2",
81 "bittorrent-tracker": "^9.0.0",
82 "bluebird": "^3.5.0",
83 "bull": "^3.4.2",
84 "bytes": "^3.0.0",
85 "chokidar": "^3.4.2",
86 "commander": "^8.0.0",
87 "config": "^3.0.0",
88 "cookie-parser": "^1.4.3",
89 "cors": "^2.8.1",
90 "create-torrent": "^5.0.0",
91 "decache": "^4.6.0",
92 "deep-object-diff": "^1.1.0",
93 "email-templates": "^8.0.3",
94 "express": "^4.12.4",
95 "express-rate-limit": "^5.0.0",
96 "express-validator": "^6.4.0",
97 "flat": "^5.0.0",
98 "fluent-ffmpeg": "^2.1.0",
99 "fs-extra": "^10.0.0",
100 "got": "^11.8.2",
101 "helmet": "^4.1.0",
102 "hpagent": "^0.1.2",
103 "http-problem-details": "^0.1.5",
104 "http-signature": "1.3.5",
105 "ip-anonymize": "^0.1.0",
106 "ipaddr.js": "2.0.1",
107 "is-cidr": "^4.0.0",
108 "iso-639-3": "2.2.0",
109 "jimp": "^0.16.0",
110 "js-yaml": "^4.0.0",
111 "jsonld": "~5.2.0",
112 "lodash": "^4.17.10",
113 "lru-cache": "^6.0.0",
114 "magnet-uri": "^6.1.0",
115 "markdown-it": "^12.0.4",
116 "markdown-it-emoji": "^2.0.0",
117 "memoizee": "^0.4.14",
118 "morgan": "^1.5.3",
119 "multer": "^1.1.0",
120 "node-media-server": "^2.1.4",
121 "nodemailer": "^6.0.0",
122 "oauth2-server": "3.1.1",
123 "parse-torrent": "^9.1.0",
124 "password-generator": "^2.0.2",
125 "pem": "^1.12.3",
126 "pfeed": "1.1.11",
127 "pg": "^8.2.1",
128 "prompt": "^1.0.0",
129 "pug": "^3.0.0",
130 "redis": "^3.0.2",
131 "reflect-metadata": "^0.1.12",
132 "sanitize-html": "2.x",
133 "sequelize": "6.6.2",
134 "sequelize-typescript": "^2.0.0-beta.1",
135 "short-uuid": "^4.2.0",
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 "validator": "^13.0.0",
144 "webfinger.js": "^2.6.6",
145 "webtorrent": "^1.0.0",
146 "winston": "3.3.3",
147 "ws": "^8.0.0",
148 "youtube-dl": "^3.0.2"
149 },
150 "devDependencies": {
151 "@types/async": "^3.0.0",
152 "@types/async-lock": "^1.1.0",
153 "@types/bcrypt": "^5.0.0",
154 "@types/bluebird": "^3.5.33",
155 "@types/body-parser": "^1.16.3",
156 "@types/bull": "^3.15.0",
157 "@types/bytes": "^3.0.0",
158 "@types/chai": "^4.0.4",
159 "@types/chai-json-schema": "^1.4.3",
160 "@types/chai-xml": "^0.3.1",
161 "@types/config": "^0.0.39",
162 "@types/express": "4.17.9",
163 "@types/express-rate-limit": "^5.0.0",
164 "@types/fluent-ffmpeg": "^2.1.16",
165 "@types/fs-extra": "^9.0.1",
166 "@types/lodash": "^4.14.64",
167 "@types/lru-cache": "^5.1.0",
168 "@types/magnet-uri": "^5.1.1",
169 "@types/maildev": "^0.0.3",
170 "@types/memoizee": "^0.4.2",
171 "@types/mkdirp": "^1.0.0",
172 "@types/mocha": "^9.0.0",
173 "@types/morgan": "^1.7.32",
174 "@types/multer": "^1.3.3",
175 "@types/node": "^14.14.31",
176 "@types/nodemailer": "^6.2.0",
177 "@types/oauth2-server": "^3.0.8",
178 "@types/pem": "^1.9.3",
179 "@types/redis": "^2.8.5",
180 "@types/request": "^2.0.3",
181 "@types/supertest": "^2.0.3",
182 "@types/validator": "^13.0.0",
183 "@types/webtorrent": "^0.109.0",
184 "@types/ws": "^7.2.1",
185 "@typescript-eslint/eslint-plugin": "^4.8.1",
186 "autocannon": "^7.0.4",
187 "chai": "^4.1.1",
188 "chai-json-schema": "^1.5.0",
189 "chai-xml": "^0.4.0",
190 "concurrently": "^6.0.0",
191 "eslint": "^7.2.0",
192 "eslint-config-standard-with-typescript": "^20.0.0",
193 "eslint-plugin-import": "^2.20.1",
194 "eslint-plugin-node": "^11.0.0",
195 "eslint-plugin-promise": "^5.1.0",
196 "eslint-plugin-standard": "^5.0.0",
197 "fast-xml-parser": "^3.19.0",
198 "maildev": "^1.0.0-rc3",
199 "marked": "^2.0.1",
200 "marked-man": "^0.7.0",
201 "mocha": "^9.0.0",
202 "nodemon": "^2.0.1",
203 "proxy": "^1.0.2",
204 "socket.io-client": "^4.0.1",
205 "source-map-support": "^0.5.0",
206 "supertest": "^6.0.1",
207 "swagger-cli": "^4.0.2",
208 "ts-node": "10.1.0",
209 "typescript": "^4.0.5"
210 },
211 "bundlewatch": {
212 "files": [
213 {
214 "path": "client/dist/en-US/*.js",
215 "maxSize": "1mb"
216 },
217 {
218 "path": "client/dist/standalone/videos/video-embed.bundle.js",
219 "maxSize": "1mb"
220 },
221 {
222 "path": "client/dist/standalone/videos/video-embed.css",
223 "maxSize": "1mb"
224 }
225 ]
226 }
227 }