]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Remove deprecated abuse api
[github/Chocobozzz/PeerTube.git] / package.json
CommitLineData
8c308c2b 1{
d148f3b9 2 "name": "peertube",
6b2ef589 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
b43d19cf 4 "version": "2.4.0",
8c308c2b 5 "private": true,
478924a0 6 "licence": "AGPL-3.0",
8c308c2b 7 "engines": {
0c4bacbf
RK
8 "node": ">=10.x <13",
9 "yarn": ">=1.x"
288a1331 10 },
8704acf4
RK
11 "bin": {
12 "peertube": "dist/server/tools/peertube.js"
13 },
288a1331 14 "author": {
25378bc8
C
15 "name": "Chocobozzz",
16 "email": "chocobozzz@cpy.re",
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": {
74af5a83 25 "e2e": "scripty",
9e3e2481 26 "e2e:local": "scripty",
7e9d3f25 27 "setup:cli": "scripty",
c026a2e6
C
28 "build": "scripty",
29 "build:embed": "scripty",
66dd264f
C
30 "build:server": "scripty",
31 "build:client": "scripty",
fc76359b 32 "clean:client": "scripty",
80624154 33 "clean:server": "scripty",
93534495 34 "clean:server:test": "scripty",
82221ac9
C
35 "danger:clean:dev": "scripty",
36 "danger:clean:prod": "scripty",
93534495 37 "danger:clean:modules": "scripty",
49a56c72 38 "i18n:update": "scripty",
b5f919ac
C
39 "plugin:install": "node ./dist/scripts/plugin/install.js",
40 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
e945b184 41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
f96d1df3 42 "reset-password": "node ./dist/scripts/reset-password.js",
93534495 43 "play": "scripty",
b764380a 44 "dev": "sh ./scripts/dev/index.sh",
36619ac8 45 "dev:server": "sh ./scripts/dev/server.sh",
c026a2e6 46 "dev:embed": "scripty",
36619ac8 47 "dev:client": "sh ./scripts/dev/client.sh",
8d2be0ed 48 "dev:cli": "scripty",
75fb0c0b 49 "start": "node dist/server",
b83b8dd5 50 "start:server": "node dist/server --no-client",
f96d1df3 51 "update-host": "node ./dist/scripts/update-host.js",
0c948c16 52 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
0138af92 53 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
93534495
C
54 "test": "scripty",
55 "help": "scripty",
7cf3e573 56 "generate-cli-doc": "scripty",
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",
4de2fafc
RK
69 "sasslint": "sass-lint --verbose --no-exit",
70 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
76434ec8 71 "mocha": "mocha",
2284f202 72 "ci": "scripty",
24a8e782 73 "release": "scripty",
03d641a0 74 "release-embed-api": "scripty",
2284f202 75 "nightly": "scripty",
002df381 76 "openapi-clients": "scripty",
a3705089
C
77 "client-report": "scripty",
78 "swagger-cli": "swagger-cli",
79 "sass-lint": "sass-lint"
4de2fafc 80 },
3637106d 81 "resolutions": {
50fcdebd 82 "oauth2-server": "3.1.0-beta.1",
faa9d434 83 "http-signature": "1.3.4"
3637106d 84 },
8c308c2b 85 "dependencies": {
47f6409b 86 "apicache": "^1.4.0",
60919831 87 "async": "^3.0.1",
f981dae8 88 "async-lru": "^1.1.1",
faa9d434 89 "bcrypt": "5.0.0",
72329aaa 90 "bittorrent-tracker": "^9.0.0",
6fcd19ba 91 "bluebird": "^3.5.0",
8c308c2b 92 "body-parser": "^1.12.4",
2cdf27ba 93 "bull": "^3.4.2",
c48e82b5 94 "bytes": "^3.0.0",
c6c0fa6c 95 "chokidar": "^3.4.2",
50fcdebd 96 "commander": "^6.0.0",
f9a971c6 97 "config": "^3.0.0",
8afc19a6 98 "cookie-parser": "^1.4.3",
b9ab2e25 99 "cors": "^2.8.1",
523990db 100 "create-torrent": "^4.0.0",
59390818 101 "deep-object-diff": "^1.1.0",
df4c603d 102 "email-templates": "^7.0.4",
8c308c2b 103 "express": "^4.12.4",
c6720f0b 104 "express-oauth-server": "^2.0.0",
9a11f733 105 "express-rate-limit": "^5.0.0",
a1587156 106 "express-validator": "^6.4.0",
a5a254c4 107 "flat": "^5.0.0",
3a8a8b51 108 "fluent-ffmpeg": "^2.1.0",
d9699428 109 "fs-extra": "^9.0.0",
50fcdebd 110 "helmet": "^4.1.0",
faa9d434 111 "http-signature": "1.3.4",
60919831 112 "ip-anonymize": "^0.1.0",
50fcdebd 113 "ipaddr.js": "2.0.0",
faa9d434 114 "is-cidr": "^4.0.0",
a22046d1 115 "iso-639-3": "^2.0.0",
50fcdebd 116 "jimp": "^0.16.0",
e1c8024a 117 "js-yaml": "^3.5.4",
faa9d434 118 "jsonld": "~3.1.1",
d1bd87e0 119 "lodash": "^4.17.10",
50fcdebd 120 "lru-cache": "^6.0.0",
052937db 121 "magnet-uri": "^5.1.4",
98b94643 122 "markdown-it": "11.x",
c2ecfe82 123 "markdown-it-emoji": "^2.0.0",
7348b1fd 124 "memoizee": "^0.4.14",
8c308c2b 125 "morgan": "^1.5.3",
207fbab4 126 "multer": "^1.1.0",
c6c0fa6c 127 "node-media-server": "^2.1.4",
a1a216d9 128 "nodemailer": "^6.0.0",
3637106d 129 "oauth2-server": "3.1.0-beta.1",
523990db 130 "parse-torrent": "^7.0.0",
bb1e6d0c 131 "password-generator": "^2.0.2",
e4f97bab 132 "pem": "^1.12.3",
69c7f752 133 "pfeed": "1.1.11",
faa9d434 134 "pg": "^8.2.1",
de17453a 135 "prompt": "^1.0.0",
faa9d434 136 "pug": "^3.0.0",
bdd428a6 137 "redis": "^3.0.2",
a4255d8e 138 "reflect-metadata": "^0.1.12",
0dd079da 139 "request": "^2.81.0",
98b94643 140 "sanitize-html": "2.x",
d9699428 141 "scripty": "^2.0.0",
faa9d434 142 "sequelize": "5.21.13",
322adef1 143 "sequelize-typescript": "^1.0.0-beta.4",
d9699428 144 "sitemap": "^6.1.0",
cef534ed 145 "socket.io": "^2.2.0",
f4001cf4 146 "srt-to-vtt": "^1.1.2",
464687bb 147 "tsconfig-paths": "^3.9.0",
e0ef8dab 148 "tslib": "^2.0.0",
aad0ec24 149 "useragent": "^2.3.0",
faa9d434 150 "uuid": "^8.1.0",
d9699428 151 "validator": "^13.0.0",
e4f97bab 152 "webfinger.js": "^2.6.6",
faa9d434 153 "webtorrent": "^0.108.6",
50fcdebd 154 "winston": "3.3.3",
60919831 155 "ws": "^7.0.0",
a1587156 156 "youtube-dl": "^3.0.2"
8c308c2b
C
157 },
158 "devDependencies": {
50fcdebd 159 "@openapitools/openapi-generator-cli": "^1.0.15-4.3.1",
47f6409b 160 "@types/apicache": "^1.2.0",
60919831 161 "@types/async": "^3.0.0",
b40f0575 162 "@types/async-lock": "^1.1.0",
f7454ca6 163 "@types/bcrypt": "^3.0.0",
faa9d434 164 "@types/bluebird": "3.5.32",
65fcc311 165 "@types/body-parser": "^1.16.3",
50fcdebd 166 "@types/bull": "3.14.2",
c48e82b5 167 "@types/bytes": "^3.0.0",
0e1dc3e7 168 "@types/chai": "^4.0.4",
966eb053
RK
169 "@types/chai-json-schema": "^1.4.3",
170 "@types/chai-xml": "^0.3.1",
60815a79 171 "@types/config": "^0.0.36",
65fcc311 172 "@types/express": "^4.0.35",
bdd428a6 173 "@types/express-rate-limit": "^5.0.0",
313921b5 174 "@types/fluent-ffmpeg": "^2.1.16",
faa9d434 175 "@types/fs-extra": "^9.0.1",
85b4d9c5 176 "@types/libxmljs": "^0.18.0",
65fcc311 177 "@types/lodash": "^4.14.64",
557b13ae 178 "@types/lru-cache": "^5.1.0",
69818c93 179 "@types/magnet-uri": "^5.1.1",
f076daa7 180 "@types/maildev": "^0.0.1",
7348b1fd 181 "@types/memoizee": "^0.4.2",
bdd428a6 182 "@types/mkdirp": "^1.0.0",
50fcdebd 183 "@types/mocha": "^8.0.3",
65fcc311 184 "@types/morgan": "^1.7.32",
556ddc31 185 "@types/multer": "^1.3.3",
faa9d434 186 "@types/node": "^14.0.13",
60919831 187 "@types/nodemailer": "^6.2.0",
2db85d6b 188 "@types/oauth2-server": "^3.0.8",
e4f97bab 189 "@types/pem": "^1.9.3",
ecb4e35f 190 "@types/redis": "^2.8.5",
556ddc31 191 "@types/request": "^2.0.3",
cef534ed 192 "@types/socket.io": "^2.1.2",
bd54ad19 193 "@types/socket.io-client": "^1.4.34",
0e1dc3e7 194 "@types/supertest": "^2.0.3",
faa9d434 195 "@types/validator": "^13.0.0",
d5d9b6d7 196 "@types/webtorrent": "^0.107.0",
a22046d1 197 "@types/ws": "^7.2.1",
faa9d434 198 "@typescript-eslint/eslint-plugin": "^3.3.0",
556ddc31 199 "chai": "^4.1.1",
966eb053
RK
200 "chai-json-schema": "^1.5.0",
201 "chai-xml": "^0.3.2",
d5d9b6d7 202 "concurrently": "^5.0.0",
faa9d434
C
203 "eslint": "^7.2.0",
204 "eslint-config-standard-with-typescript": "^18.0.2",
a1587156
C
205 "eslint-plugin-import": "^2.20.1",
206 "eslint-plugin-node": "^11.0.0",
207 "eslint-plugin-promise": "^4.2.1",
208 "eslint-plugin-standard": "^4.0.1",
d5d9b6d7 209 "libxmljs": "0.19.7",
f076daa7 210 "maildev": "^1.0.0-rc3",
faa9d434 211 "marked": "^1.1.0",
d5d9b6d7 212 "marked-man": "^0.7.0",
faa9d434 213 "mocha": "^8.0.1",
a5a254c4 214 "nodemon": "^2.0.1",
bd54ad19 215 "socket.io-client": "^2.3.1",
bcd1c9e1 216 "source-map-support": "^0.5.0",
a1a216d9 217 "supertest": "^4.0.2",
d9699428 218 "swagger-cli": "^4.0.2",
50fcdebd 219 "ts-node": "9.0.0",
835053fc 220 "typescript": "^3.7.2"
8c308c2b 221 },
792b893e
C
222 "scripty": {
223 "silent": true
4e554c4a 224 },
8424c402
C
225 "sasslintConfig": "client/.sass-lint.yml",
226 "_moduleAliases": {
227 "@server": "dist/server"
d632a147 228 },
0672dc76 229 "bundlewatch": {
d632a147
C
230 "files": [
231 {
232 "path": "client/dist/en-US/*-es2015.js",
233 "maxSize": "1mb"
a3b5e78a
C
234 },
235 {
236 "path": "client/dist/standalone/videos/video-embed.bundle.js",
237 "maxSize": "1mb"
238 },
239 {
240 "path": "client/dist/standalone/videos/video-embed.css",
241 "maxSize": "1mb"
d632a147
C
242 }
243 ]
8424c402 244 }
8c308c2b 245}