]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Bumped to version v4.0.0
[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.",
37a5d631 4 "version": "4.0.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",
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",
b5f919ac
C
35 "plugin:install": "node ./dist/scripts/plugin/install.js",
36 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
e945b184 37 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
f96d1df3 38 "reset-password": "node ./dist/scripts/reset-password.js",
f463e2df
C
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",
75fb0c0b 44 "start": "node dist/server",
b83b8dd5 45 "start:server": "node dist/server --no-client",
f96d1df3 46 "update-host": "node ./dist/scripts/update-host.js",
0c948c16 47 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
c2bd7a6f 48 "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
0138af92 49 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
e1ab52d7 50 "create-move-video-storage-job": "node ./dist/scripts/create-move-video-storage-job.js",
09849603 51 "print-transcode-command": "node ./dist/scripts/print-transcode-command.js",
f463e2df
C
52 "test": "bash ./scripts/test.sh",
53 "help": "bash ./scripts/help.sh",
54 "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
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",
1840c2f7 62 "nodemon": "nodemon",
df98563e 63 "ts-node": "ts-node",
a1587156 64 "eslint": "eslint",
6cca7360 65 "concurrently": "concurrently",
76434ec8 66 "mocha": "mocha",
f463e2df
C
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",
931d3430 73 "swagger-cli": "swagger-cli"
4de2fafc 74 },
8c308c2b 75 "dependencies": {
0305db28 76 "@aws-sdk/client-s3": "^3.23.0",
5842a854 77 "@peertube/http-signature": "^1.4.0",
f6d6e7f8 78 "@uploadx/core": "^4.4.0",
60919831 79 "async": "^3.0.1",
f981dae8 80 "async-lru": "^1.1.1",
fbd51e69 81 "bcrypt": "5.0.1",
1f6125be 82 "bencode": "^2.0.2",
72329aaa 83 "bittorrent-tracker": "^9.0.0",
6fcd19ba 84 "bluebird": "^3.5.0",
7fc1012f 85 "bull": "^4.1.0",
c48e82b5 86 "bytes": "^3.0.0",
c6c0fa6c 87 "chokidar": "^3.4.2",
8cc61201 88 "commander": "^8.0.0",
f9a971c6 89 "config": "^3.0.0",
8afc19a6 90 "cookie-parser": "^1.4.3",
b9ab2e25 91 "cors": "^2.8.1",
31aa391d 92 "create-torrent": "^5.0.0",
09d535ef 93 "decache": "^4.6.0",
59390818 94 "deep-object-diff": "^1.1.0",
ba5a8d89 95 "email-templates": "^8.0.3",
62549e6c 96 "execa": "^5.1.1",
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",
8729a870 105 "hpagent": "^0.1.2",
76148b27 106 "http-problem-details": "^0.1.5",
60919831 107 "ip-anonymize": "^0.1.0",
071584c7 108 "ipaddr.js": "2.0.1",
faa9d434 109 "is-cidr": "^4.0.0",
5182473f 110 "iso-639-3": "2.2.0",
50fcdebd 111 "jimp": "^0.16.0",
ba5a8d89 112 "js-yaml": "^4.0.0",
5182473f 113 "jsonld": "~5.2.0",
d1bd87e0 114 "lodash": "^4.17.10",
50fcdebd 115 "lru-cache": "^6.0.0",
fce7fe04 116 "magnet-uri": "^6.1.0",
c9783c7b 117 "markdown-it": "^12.0.4",
c2ecfe82 118 "markdown-it-emoji": "^2.0.0",
7348b1fd 119 "memoizee": "^0.4.14",
8c308c2b 120 "morgan": "^1.5.3",
207fbab4 121 "multer": "^1.1.0",
c6c0fa6c 122 "node-media-server": "^2.1.4",
a1a216d9 123 "nodemailer": "^6.0.0",
a784bd7f 124 "oauth2-server": "3.1.1",
fce7fe04 125 "parse-torrent": "^9.1.0",
bb1e6d0c 126 "password-generator": "^2.0.2",
e4f97bab 127 "pem": "^1.12.3",
69c7f752 128 "pfeed": "1.1.11",
faa9d434 129 "pg": "^8.2.1",
de17453a 130 "prompt": "^1.0.0",
d91a0341 131 "proxy-addr": "^2.0.7",
faa9d434 132 "pug": "^3.0.0",
bdd428a6 133 "redis": "^3.0.2",
a4255d8e 134 "reflect-metadata": "^0.1.12",
98b94643 135 "sanitize-html": "2.x",
7fc1012f 136 "sequelize": "6.9.0",
b49f22d8 137 "sequelize-typescript": "^2.0.0-beta.1",
d4a8e7a6 138 "short-uuid": "^4.2.0",
c9783c7b 139 "sitemap": "^7.0.0",
5182473f 140 "socket.io": "^4.0.1",
2a6cf69c 141 "sql-formatter": "^4.0.0-beta.0",
f4001cf4 142 "srt-to-vtt": "^1.1.2",
464687bb 143 "tsconfig-paths": "^3.9.0",
e0ef8dab 144 "tslib": "^2.0.0",
aad0ec24 145 "useragent": "^2.3.0",
d9699428 146 "validator": "^13.0.0",
e4f97bab 147 "webfinger.js": "^2.6.6",
071584c7 148 "webtorrent": "^1.0.0",
50fcdebd 149 "winston": "3.3.3",
62549e6c 150 "ws": "^8.0.0"
8c308c2b
C
151 },
152 "devDependencies": {
605450a6 153 "@peertube/maildev": "^1.2.0",
60919831 154 "@types/async": "^3.0.0",
b40f0575 155 "@types/async-lock": "^1.1.0",
8cc61201 156 "@types/bcrypt": "^5.0.0",
41fb13c3 157 "@types/bencode": "^2.0.0",
c9783c7b 158 "@types/bluebird": "^3.5.33",
65fcc311 159 "@types/body-parser": "^1.16.3",
c9783c7b 160 "@types/bull": "^3.15.0",
c48e82b5 161 "@types/bytes": "^3.0.0",
0e1dc3e7 162 "@types/chai": "^4.0.4",
966eb053
RK
163 "@types/chai-json-schema": "^1.4.3",
164 "@types/chai-xml": "^0.3.1",
7fc1012f 165 "@types/config": "^0.0.40",
41fb13c3 166 "@types/create-torrent": "^5.0.0",
ba5a8d89 167 "@types/express": "4.17.9",
bdd428a6 168 "@types/express-rate-limit": "^5.0.0",
313921b5 169 "@types/fluent-ffmpeg": "^2.1.16",
faa9d434 170 "@types/fs-extra": "^9.0.1",
65fcc311 171 "@types/lodash": "^4.14.64",
557b13ae 172 "@types/lru-cache": "^5.1.0",
69818c93 173 "@types/magnet-uri": "^5.1.1",
7a397c7f 174 "@types/maildev": "^0.0.3",
7348b1fd 175 "@types/memoizee": "^0.4.2",
bdd428a6 176 "@types/mkdirp": "^1.0.0",
31aa391d 177 "@types/mocha": "^9.0.0",
65fcc311 178 "@types/morgan": "^1.7.32",
556ddc31 179 "@types/multer": "^1.3.3",
fbd51e69 180 "@types/node": "^14.14.31",
60919831 181 "@types/nodemailer": "^6.2.0",
2db85d6b 182 "@types/oauth2-server": "^3.0.8",
e4f97bab 183 "@types/pem": "^1.9.3",
ecb4e35f 184 "@types/redis": "^2.8.5",
556ddc31 185 "@types/request": "^2.0.3",
0e1dc3e7 186 "@types/supertest": "^2.0.3",
faa9d434 187 "@types/validator": "^13.0.0",
fce7fe04 188 "@types/webtorrent": "^0.109.0",
05c0535d
C
189 "@types/ws": "^8.2.0",
190 "@typescript-eslint/eslint-plugin": "^5.0.0",
4abbeff5 191 "autocannon": "^7.0.4",
556ddc31 192 "chai": "^4.1.1",
966eb053 193 "chai-json-schema": "^1.5.0",
fce7fe04 194 "chai-xml": "^0.4.0",
fbd51e69 195 "concurrently": "^6.0.0",
05c0535d
C
196 "eslint": "^8.0.0",
197 "eslint-config-standard-with-typescript": "^21.0.1",
a1587156
C
198 "eslint-plugin-import": "^2.20.1",
199 "eslint-plugin-node": "^11.0.0",
5182473f 200 "eslint-plugin-promise": "^5.1.0",
b70025bf 201 "fast-xml-parser": "^3.19.0",
071584c7 202 "mocha": "^9.0.0",
a5a254c4 203 "nodemon": "^2.0.1",
8729a870 204 "proxy": "^1.0.2",
5182473f 205 "socket.io-client": "^4.0.1",
bcd1c9e1 206 "source-map-support": "^0.5.0",
fce7fe04 207 "supertest": "^6.0.1",
d9699428 208 "swagger-cli": "^4.0.2",
7fc1012f 209 "ts-node": "10.4.0",
fce7fe04 210 "typescript": "^4.0.5"
8c308c2b 211 },
0672dc76 212 "bundlewatch": {
d632a147
C
213 "files": [
214 {
fd0c1155 215 "path": "client/dist/en-US/*.js",
d632a147 216 "maxSize": "1mb"
a3b5e78a
C
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"
d632a147
C
225 }
226 ]
8424c402 227 }
8c308c2b 228}