]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - package.json
add description with operation link to category/licence/language constants
[github/Chocobozzz/PeerTube.git] / package.json
... / ...
CommitLineData
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": ">=10.x",
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 "mocha": "mocha",
75 "ci": "scripty",
76 "release": "scripty",
77 "release-embed-api": "scripty",
78 "nightly": "scripty",
79 "openapi-clients": "scripty",
80 "client-report": "scripty",
81 "swagger-cli": "swagger-cli"
82 },
83 "dependencies": {
84 "apicache": "1.6.2",
85 "async": "^3.0.1",
86 "async-lru": "^1.1.1",
87 "bcrypt": "5.0.1",
88 "bittorrent-tracker": "^9.0.0",
89 "bluebird": "^3.5.0",
90 "body-parser": "^1.12.4",
91 "bull": "^3.4.2",
92 "bytes": "^3.0.0",
93 "chokidar": "^3.4.2",
94 "commander": "^7.0.0",
95 "config": "^3.0.0",
96 "cookie-parser": "^1.4.3",
97 "cors": "^2.8.1",
98 "create-torrent": "^4.0.0",
99 "decache": "^4.6.0",
100 "deep-object-diff": "^1.1.0",
101 "email-templates": "^8.0.3",
102 "express": "^4.12.4",
103 "express-rate-limit": "^5.0.0",
104 "express-validator": "^6.4.0",
105 "flat": "^5.0.0",
106 "fluent-ffmpeg": "^2.1.0",
107 "fs-extra": "^9.0.0",
108 "got": "^11.8.2",
109 "helmet": "^4.1.0",
110 "http-signature": "1.3.5",
111 "ip-anonymize": "^0.1.0",
112 "ipaddr.js": "2.0.0",
113 "is-cidr": "^4.0.0",
114 "iso-639-3": "2.2.0",
115 "jimp": "^0.16.0",
116 "js-yaml": "^4.0.0",
117 "jsonld": "~5.2.0",
118 "lodash": "^4.17.10",
119 "lru-cache": "^6.0.0",
120 "magnet-uri": "^6.1.0",
121 "markdown-it": "12.0.4",
122 "markdown-it-emoji": "^2.0.0",
123 "memoizee": "^0.4.14",
124 "morgan": "^1.5.3",
125 "multer": "^1.1.0",
126 "node-media-server": "^2.1.4",
127 "nodemailer": "^6.0.0",
128 "oauth2-server": "3.1.1",
129 "parse-torrent": "^9.1.0",
130 "password-generator": "^2.0.2",
131 "pem": "^1.12.3",
132 "pfeed": "1.1.11",
133 "pg": "^8.2.1",
134 "prompt": "^1.0.0",
135 "pug": "^3.0.0",
136 "redis": "^3.0.2",
137 "reflect-metadata": "^0.1.12",
138 "sanitize-html": "2.x",
139 "scripty": "^2.0.0",
140 "sequelize": "6.6.2",
141 "sequelize-typescript": "^2.0.0-beta.1",
142 "sitemap": "^6.1.0",
143 "socket.io": "^4.0.1",
144 "sql-formatter": "^4.0.0-beta.0",
145 "srt-to-vtt": "^1.1.2",
146 "tsconfig-paths": "^3.9.0",
147 "tslib": "^2.0.0",
148 "useragent": "^2.3.0",
149 "uuid": "^8.1.0",
150 "validator": "^13.0.0",
151 "webfinger.js": "^2.6.6",
152 "webtorrent": "^0.116.1",
153 "winston": "3.3.3",
154 "ws": "^7.0.0",
155 "youtube-dl": "^3.0.2"
156 },
157 "devDependencies": {
158 "@openapitools/openapi-generator-cli": "^2.1.4",
159 "@types/apicache": "^1.2.0",
160 "@types/async": "^3.0.0",
161 "@types/async-lock": "^1.1.0",
162 "@types/bcrypt": "^3.0.0",
163 "@types/bluebird": "3.5.33",
164 "@types/body-parser": "^1.16.3",
165 "@types/bull": "3.15.0",
166 "@types/bytes": "^3.0.0",
167 "@types/chai": "^4.0.4",
168 "@types/chai-json-schema": "^1.4.3",
169 "@types/chai-xml": "^0.3.1",
170 "@types/config": "^0.0.38",
171 "@types/express": "4.17.9",
172 "@types/express-rate-limit": "^5.0.0",
173 "@types/fluent-ffmpeg": "^2.1.16",
174 "@types/fs-extra": "^9.0.1",
175 "@types/lodash": "^4.14.64",
176 "@types/lru-cache": "^5.1.0",
177 "@types/magnet-uri": "^5.1.1",
178 "@types/maildev": "^0.0.2",
179 "@types/memoizee": "^0.4.2",
180 "@types/mkdirp": "^1.0.0",
181 "@types/mocha": "^8.0.3",
182 "@types/morgan": "^1.7.32",
183 "@types/multer": "^1.3.3",
184 "@types/node": "^14.14.31",
185 "@types/nodemailer": "^6.2.0",
186 "@types/oauth2-server": "^3.0.8",
187 "@types/pem": "^1.9.3",
188 "@types/redis": "^2.8.5",
189 "@types/request": "^2.0.3",
190 "@types/supertest": "^2.0.3",
191 "@types/validator": "^13.0.0",
192 "@types/webtorrent": "^0.109.0",
193 "@types/ws": "^7.2.1",
194 "@typescript-eslint/eslint-plugin": "^4.8.1",
195 "autocannon": "^7.0.4",
196 "chai": "^4.1.1",
197 "chai-json-schema": "^1.5.0",
198 "chai-xml": "^0.4.0",
199 "concurrently": "^6.0.0",
200 "eslint": "^7.2.0",
201 "eslint-config-standard-with-typescript": "^20.0.0",
202 "eslint-plugin-import": "^2.20.1",
203 "eslint-plugin-node": "^11.0.0",
204 "eslint-plugin-promise": "^5.1.0",
205 "eslint-plugin-standard": "^5.0.0",
206 "fast-xml-parser": "^3.19.0",
207 "maildev": "^1.0.0-rc3",
208 "marked": "^2.0.1",
209 "marked-man": "^0.7.0",
210 "mocha": "^8.0.1",
211 "nodemon": "^2.0.1",
212 "socket.io-client": "^4.0.1",
213 "source-map-support": "^0.5.0",
214 "supertest": "^6.0.1",
215 "swagger-cli": "^4.0.2",
216 "ts-node": "9.1.1",
217 "typescript": "^4.0.5"
218 },
219 "scripty": {
220 "silent": true
221 },
222 "bundlewatch": {
223 "files": [
224 {
225 "path": "client/dist/en-US/*.js",
226 "maxSize": "1mb"
227 },
228 {
229 "path": "client/dist/standalone/videos/video-embed.bundle.js",
230 "maxSize": "1mb"
231 },
232 {
233 "path": "client/dist/standalone/videos/video-embed.css",
234 "maxSize": "1mb"
235 }
236 ]
237 }
238}