]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Merge branch 'release/3.1.0' into develop
[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.1.0",
5 "private": true,
6 "licence": "AGPL-3.0",
7 "engines": {
8 "node": ">=10.x <=15",
9 "yarn": ">=1.x",
10 "postgres": ">=9.6",
11 "redis-server": ">=2.8.18",
12 "ffmpeg": ">=4.1"
13 },
14 "bin": {
15 "peertube": "dist/server/tools/peertube.js"
16 },
17 "author": {
18 "name": "Chocobozzz",
19 "email": "chocobozzz@framasoft.org",
20 "url": "http://github.com/Chocobozzz"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
25 },
26 "typings": "*.d.ts",
27 "scripts": {
28 "e2e": "scripty",
29 "e2e:local": "scripty",
30 "setup:cli": "scripty",
31 "build": "scripty",
32 "build:embed": "scripty",
33 "build:server": "scripty",
34 "build:client": "scripty",
35 "clean:client": "scripty",
36 "clean:server": "scripty",
37 "clean:server:test": "scripty",
38 "danger:clean:dev": "scripty",
39 "danger:clean:prod": "scripty",
40 "danger:clean:modules": "scripty",
41 "i18n:update": "scripty",
42 "plugin:install": "node ./dist/scripts/plugin/install.js",
43 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
44 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
45 "reset-password": "node ./dist/scripts/reset-password.js",
46 "play": "scripty",
47 "dev": "sh ./scripts/dev/index.sh",
48 "dev:server": "sh ./scripts/dev/server.sh",
49 "dev:embed": "scripty",
50 "dev:client": "sh ./scripts/dev/client.sh",
51 "dev:cli": "scripty",
52 "start": "node dist/server",
53 "start:server": "node dist/server --no-client",
54 "update-host": "node ./dist/scripts/update-host.js",
55 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
56 "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
57 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
58 "print-transcode-command": "node ./dist/scripts/print-transcode-command.js",
59 "test": "scripty",
60 "help": "scripty",
61 "generate-cli-doc": "scripty",
62 "parse-log": "node ./dist/scripts/parse-log.js",
63 "prune-storage": "node ./dist/scripts/prune-storage.js",
64 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
65 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
66 "tsc": "tsc",
67 "commander": "commander",
68 "lint": "npm run ci -- lint",
69 "ng": "ng",
70 "nodemon": "nodemon",
71 "ts-node": "ts-node",
72 "eslint": "eslint",
73 "concurrently": "concurrently",
74 "sasslint": "sass-lint --verbose --no-exit",
75 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
76 "mocha": "mocha",
77 "ci": "scripty",
78 "release": "scripty",
79 "release-embed-api": "scripty",
80 "nightly": "scripty",
81 "openapi-clients": "scripty",
82 "client-report": "scripty",
83 "swagger-cli": "swagger-cli",
84 "sass-lint": "sass-lint"
85 },
86 "dependencies": {
87 "apicache": "1.6.2",
88 "async": "^3.0.1",
89 "async-lru": "^1.1.1",
90 "bcrypt": "5.0.1",
91 "bittorrent-tracker": "^9.0.0",
92 "bluebird": "^3.5.0",
93 "body-parser": "^1.12.4",
94 "bull": "^3.4.2",
95 "bytes": "^3.0.0",
96 "chokidar": "^3.4.2",
97 "commander": "^7.0.0",
98 "config": "^3.0.0",
99 "cookie-parser": "^1.4.3",
100 "cors": "^2.8.1",
101 "create-torrent": "^4.0.0",
102 "deep-object-diff": "^1.1.0",
103 "email-templates": "^8.0.3",
104 "express": "^4.12.4",
105 "express-rate-limit": "^5.0.0",
106 "express-validator": "^6.4.0",
107 "flat": "^5.0.0",
108 "fluent-ffmpeg": "^2.1.0",
109 "fs-extra": "^9.0.0",
110 "got": "^11.8.2",
111 "helmet": "^4.1.0",
112 "http-signature": "1.3.5",
113 "ip-anonymize": "^0.1.0",
114 "ipaddr.js": "2.0.0",
115 "is-cidr": "^4.0.0",
116 "iso-639-3": "^2.0.0",
117 "jimp": "^0.16.0",
118 "js-yaml": "^4.0.0",
119 "jsonld": "~4.0.1",
120 "lodash": "^4.17.10",
121 "lru-cache": "^6.0.0",
122 "magnet-uri": "^6.1.0",
123 "markdown-it": "12.0.4",
124 "markdown-it-emoji": "^2.0.0",
125 "memoizee": "^0.4.14",
126 "morgan": "^1.5.3",
127 "multer": "^1.1.0",
128 "node-media-server": "^2.1.4",
129 "nodemailer": "^6.0.0",
130 "oauth2-server": "3.1.1",
131 "parse-torrent": "^9.1.0",
132 "password-generator": "^2.0.2",
133 "pem": "^1.12.3",
134 "pfeed": "1.1.11",
135 "pg": "^8.2.1",
136 "prompt": "^1.0.0",
137 "pug": "^3.0.0",
138 "redis": "^3.0.2",
139 "reflect-metadata": "^0.1.12",
140 "sanitize-html": "2.x",
141 "scripty": "^2.0.0",
142 "sequelize": "6.5.0",
143 "sequelize-typescript": "^2.0.0-beta.1",
144 "sitemap": "^6.1.0",
145 "socket.io": "^3.0.2",
146 "sql-formatter": "^4.0.0-beta.0",
147 "srt-to-vtt": "^1.1.2",
148 "tsconfig-paths": "^3.9.0",
149 "tslib": "^2.0.0",
150 "useragent": "^2.3.0",
151 "uuid": "^8.1.0",
152 "validator": "^13.0.0",
153 "webfinger.js": "^2.6.6",
154 "webtorrent": "^0.115.1",
155 "winston": "3.3.3",
156 "ws": "^7.0.0",
157 "youtube-dl": "^3.0.2"
158 },
159 "devDependencies": {
160 "@openapitools/openapi-generator-cli": "^2.1.4",
161 "@types/apicache": "^1.2.0",
162 "@types/async": "^3.0.0",
163 "@types/async-lock": "^1.1.0",
164 "@types/bcrypt": "^3.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.38",
173 "@types/express": "4.17.9",
174 "@types/express-rate-limit": "^5.0.0",
175 "@types/fluent-ffmpeg": "^2.1.16",
176 "@types/fs-extra": "^9.0.1",
177 "@types/libxmljs": "^0.18.0",
178 "@types/lodash": "^4.14.64",
179 "@types/lru-cache": "^5.1.0",
180 "@types/magnet-uri": "^5.1.1",
181 "@types/maildev": "^0.0.1",
182 "@types/memoizee": "^0.4.2",
183 "@types/mkdirp": "^1.0.0",
184 "@types/mocha": "^8.0.3",
185 "@types/morgan": "^1.7.32",
186 "@types/multer": "^1.3.3",
187 "@types/node": "^14.14.31",
188 "@types/nodemailer": "^6.2.0",
189 "@types/oauth2-server": "^3.0.8",
190 "@types/pem": "^1.9.3",
191 "@types/redis": "^2.8.5",
192 "@types/request": "^2.0.3",
193 "@types/supertest": "^2.0.3",
194 "@types/validator": "^13.0.0",
195 "@types/webtorrent": "^0.109.0",
196 "@types/ws": "^7.2.1",
197 "@typescript-eslint/eslint-plugin": "^4.8.1",
198 "autocannon": "^7.0.4",
199 "chai": "^4.1.1",
200 "chai-json-schema": "^1.5.0",
201 "chai-xml": "^0.4.0",
202 "concurrently": "^6.0.0",
203 "eslint": "^7.2.0",
204 "eslint-config-standard-with-typescript": "^20.0.0",
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": "^5.0.0",
209 "libxmljs": "0.19.7",
210 "maildev": "^1.0.0-rc3",
211 "marked": "^2.0.1",
212 "marked-man": "^0.7.0",
213 "mocha": "^8.0.1",
214 "nodemon": "^2.0.1",
215 "socket.io-client": "^3.0.2",
216 "source-map-support": "^0.5.0",
217 "supertest": "^6.0.1",
218 "swagger-cli": "^4.0.2",
219 "ts-node": "9.1.1",
220 "typescript": "^4.0.5"
221 },
222 "scripty": {
223 "silent": true
224 },
225 "sasslintConfig": "client/.sass-lint.yml",
226 "bundlewatch": {
227 "files": [
228 {
229 "path": "client/dist/en-US/*.js",
230 "maxSize": "1mb"
231 },
232 {
233 "path": "client/dist/standalone/videos/video-embed.bundle.js",
234 "maxSize": "1mb"
235 },
236 {
237 "path": "client/dist/standalone/videos/video-embed.css",
238 "maxSize": "1mb"
239 }
240 ]
241 }
242 }