]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Fix video upload with some characters in filename
[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": "4.1.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 "generate-types-package": "ts-node ./packages/types/generate-package.ts",
56 "parse-log": "node ./dist/scripts/parse-log.js",
57 "prune-storage": "node ./dist/scripts/prune-storage.js",
58 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
59 "tsc": "tsc",
60 "commander": "commander",
61 "lint": "npm run ci -- lint",
62 "ng": "ng",
63 "ts-node": "ts-node",
64 "eslint": "eslint",
65 "resolve-tspaths": "resolve-tspaths",
66 "resolve-tspaths:all": "npm run resolve-tspaths:server && npm run resolve-tspaths:cli",
67 "resolve-tspaths:server": "npm run resolve-tspaths -- --project tsconfig.json --src . --out dist",
68 "resolve-tspaths:cli": "npm run resolve-tspaths -- --project ./server/tools/tsconfig.json --src ./server/tools --out ./dist/server/tools",
69 "concurrently": "concurrently",
70 "mocha": "mocha",
71 "ci": "bash ./scripts/ci.sh",
72 "release": "bash ./scripts/release.sh",
73 "release-embed-api": "bash ./scripts/release-embed-api.sh",
74 "nightly": "bash ./scripts/nightly.sh",
75 "openapi-clients": "bash ./scripts/openapi-clients.sh",
76 "client-report": "bash ./scripts/client-report.sh",
77 "swagger-cli": "swagger-cli"
78 },
79 "dependencies": {
80 "@aws-sdk/client-s3": "^3.23.0",
81 "@aws-sdk/lib-storage": "^3.72.0",
82 "@aws-sdk/node-http-handler": "^3.82.0",
83 "@babel/parser": "7.17.8",
84 "@peertube/feed": "^5.0.1",
85 "@peertube/http-signature": "^1.6.0",
86 "@uploadx/core": "^5.1.2",
87 "async": "^3.0.1",
88 "async-lru": "^1.1.1",
89 "bcrypt": "5.0.1",
90 "bencode": "^2.0.2",
91 "bittorrent-tracker": "^9.0.0",
92 "bluebird": "^3.5.0",
93 "bull": "^4.1.0",
94 "bytes": "^3.0.0",
95 "chokidar": "^3.4.2",
96 "commander": "^9.0.0",
97 "config": "^3.0.0",
98 "cookie-parser": "^1.4.3",
99 "cors": "^2.8.1",
100 "create-torrent": "^5.0.0",
101 "deep-object-diff": "^1.1.0",
102 "email-templates": "^9.0.0",
103 "execa": "^5.1.1",
104 "express": "^4.12.4",
105 "express-rate-limit": "^6.1.0",
106 "express-validator": "^6.4.0",
107 "flat": "^5.0.0",
108 "fluent-ffmpeg": "^2.1.0",
109 "fs-extra": "^10.0.0",
110 "got": "^11.8.2",
111 "helmet": "^5.0.1",
112 "hpagent": "^0.1.2",
113 "http-problem-details": "^0.1.5",
114 "ip-anonymize": "^0.1.0",
115 "ipaddr.js": "2.0.1",
116 "is-cidr": "^4.0.0",
117 "iso-639-3": "2.2.0",
118 "jimp": "^0.16.0",
119 "js-yaml": "^4.0.0",
120 "jsonld": "~5.2.0",
121 "lodash": "^4.17.10",
122 "lru-cache": "7.8.1",
123 "magnet-uri": "^6.1.0",
124 "markdown-it": "^12.0.4",
125 "markdown-it-emoji": "^2.0.0",
126 "maxmind": "^4.3.6",
127 "memoizee": "^0.4.14",
128 "morgan": "^1.5.3",
129 "multer": "^1.4.4",
130 "node-media-server": "^2.1.4",
131 "nodemailer": "^6.0.0",
132 "oauth2-server": "3.1.1",
133 "parse-torrent": "^9.1.0",
134 "password-generator": "^2.0.2",
135 "pem": "^1.12.3",
136 "pg": "^8.2.1",
137 "prompt": "^1.0.0",
138 "proxy-addr": "^2.0.7",
139 "pug": "^3.0.0",
140 "redis": "^4.0.1",
141 "reflect-metadata": "^0.1.12",
142 "sanitize-html": "2.x",
143 "sequelize": "6.19.0",
144 "sequelize-typescript": "^2.0.0-beta.1",
145 "short-uuid": "^4.2.0",
146 "sitemap": "^7.0.0",
147 "socket.io": "^4.0.1",
148 "sql-formatter": "^4.0.0-beta.0",
149 "srt-to-vtt": "^1.1.2",
150 "tsconfig-paths": "^3.9.0",
151 "tslib": "^2.0.0",
152 "useragent": "^2.3.0",
153 "validator": "^13.0.0",
154 "webfinger.js": "^2.6.6",
155 "webtorrent": "^1.0.0",
156 "winston": "3.7.2",
157 "ws": "^8.0.0"
158 },
159 "devDependencies": {
160 "@peertube/maildev": "^1.2.0",
161 "@types/async": "^3.0.0",
162 "@types/async-lock": "^1.1.0",
163 "@types/bcrypt": "^5.0.0",
164 "@types/bencode": "^2.0.0",
165 "@types/bluebird": "^3.5.33",
166 "@types/body-parser": "^1.16.3",
167 "@types/bull": "^3.15.0",
168 "@types/bytes": "^3.0.0",
169 "@types/chai": "^4.0.4",
170 "@types/chai-json-schema": "^1.4.3",
171 "@types/chai-xml": "^0.3.1",
172 "@types/config": "^0.0.41",
173 "@types/create-torrent": "^5.0.0",
174 "@types/express": "4.17.9",
175 "@types/fluent-ffmpeg": "^2.1.16",
176 "@types/fs-extra": "^9.0.1",
177 "@types/lodash": "^4.14.64",
178 "@types/lru-cache": "^7.5.0",
179 "@types/magnet-uri": "^5.1.1",
180 "@types/maildev": "^0.0.3",
181 "@types/memoizee": "^0.4.2",
182 "@types/mkdirp": "^1.0.0",
183 "@types/mocha": "^9.0.0",
184 "@types/morgan": "^1.7.32",
185 "@types/multer": "^1.3.3",
186 "@types/node": "^14.14.31",
187 "@types/nodemailer": "^6.2.0",
188 "@types/oauth2-server": "^3.0.8",
189 "@types/pem": "^1.9.3",
190 "@types/request": "^2.0.3",
191 "@types/supertest": "^2.0.3",
192 "@types/validator": "^13.0.0",
193 "@types/webtorrent": "^0.109.0",
194 "@types/ws": "^8.2.0",
195 "@typescript-eslint/eslint-plugin": "^5.0.0",
196 "autocannon": "^7.0.4",
197 "chai": "^4.1.1",
198 "chai-json-schema": "^1.5.0",
199 "chai-xml": "^0.4.0",
200 "concurrently": "^7.0.0",
201 "depcheck": "^1.4.2",
202 "eslint": "^8.0.0",
203 "eslint-config-standard-with-typescript": "^21.0.1",
204 "eslint-plugin-import": "^2.20.1",
205 "eslint-plugin-node": "^11.0.0",
206 "eslint-plugin-promise": "^6.0.0",
207 "fast-xml-parser": "^4.0.0-beta.8",
208 "mocha": "^9.0.0",
209 "proxy": "^1.0.2",
210 "resolve-tspaths": "^0.3.0",
211 "socket.io-client": "^4.0.1",
212 "supertest": "^6.0.1",
213 "swagger-cli": "^4.0.2",
214 "ts-node": "10.7.0",
215 "tsc-watch": "^5.0.3",
216 "typescript": "^4.0.5"
217 },
218 "bundlewatch": {
219 "files": [
220 {
221 "path": "client/dist/en-US/*.js",
222 "maxSize": "1mb"
223 },
224 {
225 "path": "client/dist/standalone/videos/video-embed.bundle.js",
226 "maxSize": "1mb"
227 },
228 {
229 "path": "client/dist/standalone/videos/video-embed.css",
230 "maxSize": "1mb"
231 }
232 ]
233 }
234 }