]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Fix ffmpeg version parsing
[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.",
d0071752 4 "version": "3.1.0",
8c308c2b 5 "private": true,
478924a0 6 "licence": "AGPL-3.0",
8c308c2b 7 "engines": {
a0e69167 8 "node": ">=10.x",
867ed651 9 "yarn": ">=1.x",
f6160062 10 "postgres": ">=10.x",
867ed651
RK
11 "redis-server": ">=2.8.18",
12 "ffmpeg": ">=4.1"
288a1331 13 },
8704acf4
RK
14 "bin": {
15 "peertube": "dist/server/tools/peertube.js"
16 },
288a1331 17 "author": {
25378bc8 18 "name": "Chocobozzz",
374e4197 19 "email": "chocobozzz@framasoft.org",
288a1331
C
20 "url": "http://github.com/Chocobozzz"
21 },
22 "repository": {
23 "type": "git",
52e679ac 24 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
8c308c2b 25 },
fbad87b0 26 "typings": "*.d.ts",
8c308c2b 27 "scripts": {
f463e2df
C
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",
b5f919ac
C
38 "plugin:install": "node ./dist/scripts/plugin/install.js",
39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
e945b184 40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
f96d1df3 41 "reset-password": "node ./dist/scripts/reset-password.js",
f463e2df
C
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",
75fb0c0b 47 "start": "node dist/server",
b83b8dd5 48 "start:server": "node dist/server --no-client",
f96d1df3 49 "update-host": "node ./dist/scripts/update-host.js",
0c948c16 50 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
c2bd7a6f 51 "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
0138af92 52 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
09849603 53 "print-transcode-command": "node ./dist/scripts/print-transcode-command.js",
f463e2df
C
54 "test": "bash ./scripts/test.sh",
55 "help": "bash ./scripts/help.sh",
56 "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
f96d1df3 57 "parse-log": "node ./dist/scripts/parse-log.js",
a9729e21 58 "prune-storage": "node ./dist/scripts/prune-storage.js",
edb4ffc7 59 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
59092428 60 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
75fb0c0b 61 "tsc": "tsc",
d0e848b7 62 "commander": "commander",
2284f202 63 "lint": "npm run ci -- lint",
cbca00df 64 "ng": "ng",
1840c2f7 65 "nodemon": "nodemon",
df98563e 66 "ts-node": "ts-node",
a1587156 67 "eslint": "eslint",
6cca7360 68 "concurrently": "concurrently",
76434ec8 69 "mocha": "mocha",
f463e2df
C
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",
931d3430 76 "swagger-cli": "swagger-cli"
4de2fafc 77 },
8c308c2b 78 "dependencies": {
fbd51e69 79 "apicache": "1.6.2",
60919831 80 "async": "^3.0.1",
f981dae8 81 "async-lru": "^1.1.1",
fbd51e69 82 "bcrypt": "5.0.1",
72329aaa 83 "bittorrent-tracker": "^9.0.0",
6fcd19ba 84 "bluebird": "^3.5.0",
8c308c2b 85 "body-parser": "^1.12.4",
2cdf27ba 86 "bull": "^3.4.2",
c48e82b5 87 "bytes": "^3.0.0",
c6c0fa6c 88 "chokidar": "^3.4.2",
ba5a8d89 89 "commander": "^7.0.0",
f9a971c6 90 "config": "^3.0.0",
8afc19a6 91 "cookie-parser": "^1.4.3",
b9ab2e25 92 "cors": "^2.8.1",
523990db 93 "create-torrent": "^4.0.0",
09d535ef 94 "decache": "^4.6.0",
59390818 95 "deep-object-diff": "^1.1.0",
ba5a8d89 96 "email-templates": "^8.0.3",
8c308c2b 97 "express": "^4.12.4",
9a11f733 98 "express-rate-limit": "^5.0.0",
a1587156 99 "express-validator": "^6.4.0",
a5a254c4 100 "flat": "^5.0.0",
3a8a8b51 101 "fluent-ffmpeg": "^2.1.0",
c9783c7b 102 "fs-extra": "^10.0.0",
db4b15f2 103 "got": "^11.8.2",
50fcdebd 104 "helmet": "^4.1.0",
fce7fe04 105 "http-signature": "1.3.5",
60919831 106 "ip-anonymize": "^0.1.0",
50fcdebd 107 "ipaddr.js": "2.0.0",
faa9d434 108 "is-cidr": "^4.0.0",
5182473f 109 "iso-639-3": "2.2.0",
50fcdebd 110 "jimp": "^0.16.0",
ba5a8d89 111 "js-yaml": "^4.0.0",
5182473f 112 "jsonld": "~5.2.0",
d1bd87e0 113 "lodash": "^4.17.10",
50fcdebd 114 "lru-cache": "^6.0.0",
fce7fe04 115 "magnet-uri": "^6.1.0",
c9783c7b 116 "markdown-it": "^12.0.4",
c2ecfe82 117 "markdown-it-emoji": "^2.0.0",
7348b1fd 118 "memoizee": "^0.4.14",
8c308c2b 119 "morgan": "^1.5.3",
207fbab4 120 "multer": "^1.1.0",
c6c0fa6c 121 "node-media-server": "^2.1.4",
a1a216d9 122 "nodemailer": "^6.0.0",
a784bd7f 123 "oauth2-server": "3.1.1",
fce7fe04 124 "parse-torrent": "^9.1.0",
bb1e6d0c 125 "password-generator": "^2.0.2",
e4f97bab 126 "pem": "^1.12.3",
69c7f752 127 "pfeed": "1.1.11",
faa9d434 128 "pg": "^8.2.1",
de17453a 129 "prompt": "^1.0.0",
faa9d434 130 "pug": "^3.0.0",
bdd428a6 131 "redis": "^3.0.2",
a4255d8e 132 "reflect-metadata": "^0.1.12",
98b94643 133 "sanitize-html": "2.x",
5182473f 134 "sequelize": "6.6.2",
b49f22d8 135 "sequelize-typescript": "^2.0.0-beta.1",
c9783c7b 136 "sitemap": "^7.0.0",
5182473f 137 "socket.io": "^4.0.1",
2a6cf69c 138 "sql-formatter": "^4.0.0-beta.0",
f4001cf4 139 "srt-to-vtt": "^1.1.2",
464687bb 140 "tsconfig-paths": "^3.9.0",
e0ef8dab 141 "tslib": "^2.0.0",
aad0ec24 142 "useragent": "^2.3.0",
faa9d434 143 "uuid": "^8.1.0",
d9699428 144 "validator": "^13.0.0",
e4f97bab 145 "webfinger.js": "^2.6.6",
c9783c7b 146 "webtorrent": "^0.118.0",
50fcdebd 147 "winston": "3.3.3",
60919831 148 "ws": "^7.0.0",
a1587156 149 "youtube-dl": "^3.0.2"
8c308c2b
C
150 },
151 "devDependencies": {
fce7fe04 152 "@openapitools/openapi-generator-cli": "^2.1.4",
47f6409b 153 "@types/apicache": "^1.2.0",
60919831 154 "@types/async": "^3.0.0",
b40f0575 155 "@types/async-lock": "^1.1.0",
f7454ca6 156 "@types/bcrypt": "^3.0.0",
c9783c7b 157 "@types/bluebird": "^3.5.33",
65fcc311 158 "@types/body-parser": "^1.16.3",
c9783c7b 159 "@types/bull": "^3.15.0",
c48e82b5 160 "@types/bytes": "^3.0.0",
0e1dc3e7 161 "@types/chai": "^4.0.4",
966eb053
RK
162 "@types/chai-json-schema": "^1.4.3",
163 "@types/chai-xml": "^0.3.1",
ba5a8d89
C
164 "@types/config": "^0.0.38",
165 "@types/express": "4.17.9",
bdd428a6 166 "@types/express-rate-limit": "^5.0.0",
313921b5 167 "@types/fluent-ffmpeg": "^2.1.16",
faa9d434 168 "@types/fs-extra": "^9.0.1",
65fcc311 169 "@types/lodash": "^4.14.64",
557b13ae 170 "@types/lru-cache": "^5.1.0",
69818c93 171 "@types/magnet-uri": "^5.1.1",
5182473f 172 "@types/maildev": "^0.0.2",
7348b1fd 173 "@types/memoizee": "^0.4.2",
bdd428a6 174 "@types/mkdirp": "^1.0.0",
50fcdebd 175 "@types/mocha": "^8.0.3",
65fcc311 176 "@types/morgan": "^1.7.32",
556ddc31 177 "@types/multer": "^1.3.3",
fbd51e69 178 "@types/node": "^14.14.31",
60919831 179 "@types/nodemailer": "^6.2.0",
2db85d6b 180 "@types/oauth2-server": "^3.0.8",
e4f97bab 181 "@types/pem": "^1.9.3",
ecb4e35f 182 "@types/redis": "^2.8.5",
556ddc31 183 "@types/request": "^2.0.3",
0e1dc3e7 184 "@types/supertest": "^2.0.3",
faa9d434 185 "@types/validator": "^13.0.0",
fce7fe04 186 "@types/webtorrent": "^0.109.0",
a22046d1 187 "@types/ws": "^7.2.1",
fce7fe04 188 "@typescript-eslint/eslint-plugin": "^4.8.1",
4abbeff5 189 "autocannon": "^7.0.4",
556ddc31 190 "chai": "^4.1.1",
966eb053 191 "chai-json-schema": "^1.5.0",
fce7fe04 192 "chai-xml": "^0.4.0",
fbd51e69 193 "concurrently": "^6.0.0",
faa9d434 194 "eslint": "^7.2.0",
ba5a8d89 195 "eslint-config-standard-with-typescript": "^20.0.0",
a1587156
C
196 "eslint-plugin-import": "^2.20.1",
197 "eslint-plugin-node": "^11.0.0",
5182473f 198 "eslint-plugin-promise": "^5.1.0",
ba5a8d89 199 "eslint-plugin-standard": "^5.0.0",
b70025bf 200 "fast-xml-parser": "^3.19.0",
f076daa7 201 "maildev": "^1.0.0-rc3",
fbd51e69 202 "marked": "^2.0.1",
d5d9b6d7 203 "marked-man": "^0.7.0",
faa9d434 204 "mocha": "^8.0.1",
a5a254c4 205 "nodemon": "^2.0.1",
5182473f 206 "socket.io-client": "^4.0.1",
bcd1c9e1 207 "source-map-support": "^0.5.0",
fce7fe04 208 "supertest": "^6.0.1",
d9699428 209 "swagger-cli": "^4.0.2",
ba5a8d89 210 "ts-node": "9.1.1",
fce7fe04 211 "typescript": "^4.0.5"
8c308c2b 212 },
0672dc76 213 "bundlewatch": {
d632a147
C
214 "files": [
215 {
fd0c1155 216 "path": "client/dist/en-US/*.js",
d632a147 217 "maxSize": "1mb"
a3b5e78a
C
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"
d632a147
C
226 }
227 ]
8424c402 228 }
8c308c2b 229}