]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / package.json
1 {
2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "2.1.0",
5 "private": true,
6 "licence": "AGPL-3.0",
7 "engines": {
8 "node": ">=10.x"
9 },
10 "bin": {
11 "peertube": "dist/server/tools/peertube.js"
12 },
13 "author": {
14 "name": "Chocobozzz",
15 "email": "chocobozzz@cpy.re",
16 "url": "http://github.com/Chocobozzz"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
21 },
22 "typings": "*.d.ts",
23 "scripts": {
24 "e2e": "scripty",
25 "e2e:local": "scripty",
26 "setup:cli": "scripty",
27 "build": "scripty",
28 "build:embed": "scripty",
29 "build:server": "scripty",
30 "build:client": "scripty",
31 "clean:client": "scripty",
32 "clean:server": "scripty",
33 "clean:server:test": "scripty",
34 "danger:clean:dev": "scripty",
35 "danger:clean:prod": "scripty",
36 "danger:clean:modules": "scripty",
37 "i18n:generate": "scripty",
38 "plugin:install": "node ./dist/scripts/plugin/install.js",
39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
41 "reset-password": "node ./dist/scripts/reset-password.js",
42 "play": "scripty",
43 "dev": "sh ./scripts/dev/index.sh",
44 "dev:server": "sh ./scripts/dev/server.sh",
45 "dev:embed": "scripty",
46 "dev:client": "sh ./scripts/dev/client.sh",
47 "dev:cli": "scripty",
48 "start": "node dist/server",
49 "start:server": "node dist/server --no-client",
50 "update-host": "node ./dist/scripts/update-host.js",
51 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
52 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
53 "test": "scripty",
54 "help": "scripty",
55 "generate-cli-doc": "scripty",
56 "parse-log": "node ./dist/scripts/parse-log.js",
57 "prune-storage": "node ./dist/scripts/prune-storage.js",
58 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
59 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
60 "tsc": "tsc",
61 "commander": "commander",
62 "lint": "npm run ci -- lint",
63 "ng": "ng",
64 "nodemon": "nodemon",
65 "ts-node": "ts-node",
66 "eslint": "eslint",
67 "concurrently": "concurrently",
68 "mocha-parallel-tests": "mocha-parallel-tests",
69 "sasslint": "sass-lint --verbose --no-exit",
70 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
71 "mocha": "mocha",
72 "ci": "scripty",
73 "release": "scripty",
74 "release-embed-api": "scripty",
75 "nightly": "scripty",
76 "openapi-clients": "scripty",
77 "client-report": "scripty",
78 "swagger-cli": "swagger-cli",
79 "sass-lint": "sass-lint"
80 },
81 "dependencies": {
82 "apicache": "^1.4.0",
83 "async": "^3.0.1",
84 "async-lru": "^1.1.1",
85 "bcrypt": "3.0.7",
86 "bittorrent-tracker": "^9.0.0",
87 "bluebird": "^3.5.0",
88 "body-parser": "^1.12.4",
89 "bull": "^3.4.2",
90 "bytes": "^3.0.0",
91 "commander": "^4.0.1",
92 "config": "^3.0.0",
93 "cookie-parser": "^1.4.3",
94 "cors": "^2.8.1",
95 "create-torrent": "^4.0.0",
96 "deep-object-diff": "^1.1.0",
97 "express": "^4.12.4",
98 "express-oauth-server": "^2.0.0",
99 "express-rate-limit": "^5.0.0",
100 "express-validator": "^6.4.0",
101 "flat": "^5.0.0",
102 "fluent-ffmpeg": "^2.1.0",
103 "fs-extra": "^8.0.1",
104 "helmet": "^3.12.1",
105 "http-signature": "1.3.1",
106 "ip-anonymize": "^0.1.0",
107 "ipaddr.js": "1.9.1",
108 "is-cidr": "^3.0.0",
109 "iso-639-3": "^2.0.0",
110 "js-yaml": "^3.5.4",
111 "jsonld": "~2.0.1",
112 "lodash": "^4.17.10",
113 "lru-cache": "^5.1.1",
114 "magnet-uri": "^5.1.4",
115 "memoizee": "^0.4.14",
116 "morgan": "^1.5.3",
117 "multer": "^1.1.0",
118 "nodemailer": "^6.0.0",
119 "parse-torrent": "^7.0.0",
120 "password-generator": "^2.0.2",
121 "pem": "^1.12.3",
122 "pfeed": "1.1.11",
123 "pg": "^7.4.1",
124 "prompt": "^1.0.0",
125 "redis": "^2.8.0",
126 "reflect-metadata": "^0.1.12",
127 "request": "^2.81.0",
128 "scripty": "^1.5.0",
129 "sequelize": "5.21.3",
130 "sequelize-typescript": "^1.0.0-beta.4",
131 "sharp": "^0.24.0",
132 "sitemap": "^5.0.0",
133 "socket.io": "^2.2.0",
134 "srt-to-vtt": "^1.1.2",
135 "tsconfig-paths": "^3.9.0",
136 "useragent": "^2.3.0",
137 "uuid": "^3.1.0",
138 "validator": "^12.1.0",
139 "webfinger.js": "^2.6.6",
140 "webtorrent": "^0.107.16",
141 "winston": "3.2.1",
142 "ws": "^7.0.0",
143 "youtube-dl": "^3.0.2"
144 },
145 "devDependencies": {
146 "@openapitools/openapi-generator-cli": "^1.0.10-4.2.3",
147 "@types/apicache": "^1.2.0",
148 "@types/async": "^3.0.0",
149 "@types/async-lock": "^1.1.0",
150 "@types/bcrypt": "^3.0.0",
151 "@types/bluebird": "3.5.29",
152 "@types/body-parser": "^1.16.3",
153 "@types/bull": "3.12.0",
154 "@types/bytes": "^3.0.0",
155 "@types/chai": "^4.0.4",
156 "@types/chai-json-schema": "^1.4.3",
157 "@types/chai-xml": "^0.3.1",
158 "@types/config": "^0.0.36",
159 "@types/express": "^4.0.35",
160 "@types/express-rate-limit": "^3.3.0",
161 "@types/fluent-ffmpeg": "^2.1.8",
162 "@types/fs-extra": "^8.0.0",
163 "@types/libxmljs": "^0.18.0",
164 "@types/lodash": "^4.14.64",
165 "@types/lru-cache": "^5.1.0",
166 "@types/magnet-uri": "^5.1.1",
167 "@types/maildev": "^0.0.1",
168 "@types/memoizee": "^0.4.2",
169 "@types/mkdirp": "^0.5.1",
170 "@types/mocha": "^7.0.1",
171 "@types/morgan": "^1.7.32",
172 "@types/multer": "^1.3.3",
173 "@types/node": "^10.0.8",
174 "@types/nodemailer": "^6.2.0",
175 "@types/oauth2-server": "^3.0.8",
176 "@types/pem": "^1.9.3",
177 "@types/redis": "^2.8.5",
178 "@types/request": "^2.0.3",
179 "@types/sharp": "^0.24.0",
180 "@types/socket.io": "^2.1.2",
181 "@types/supertest": "^2.0.3",
182 "@types/validator": "^12.0.1",
183 "@types/webtorrent": "^0.107.0",
184 "@types/ws": "^7.2.1",
185 "@typescript-eslint/eslint-plugin": "^2.18.0",
186 "chai": "^4.1.1",
187 "chai-json-schema": "^1.5.0",
188 "chai-xml": "^0.3.2",
189 "concurrently": "^5.0.0",
190 "eslint": "^6.8.0",
191 "eslint-config-standard-with-typescript": "^12.0.1",
192 "eslint-plugin-import": "^2.20.1",
193 "eslint-plugin-node": "^11.0.0",
194 "eslint-plugin-promise": "^4.2.1",
195 "eslint-plugin-standard": "^4.0.1",
196 "libxmljs": "0.19.7",
197 "maildev": "^1.0.0-rc3",
198 "marked": "^0.8.0",
199 "marked-man": "^0.7.0",
200 "mocha": "^7.0.0",
201 "mocha-parallel-tests": "^2.2.1",
202 "nodemon": "^2.0.1",
203 "source-map-support": "^0.5.0",
204 "supertest": "^4.0.2",
205 "swagger-cli": "^3.0.1",
206 "ts-node": "8.6.2",
207 "typescript": "^3.7.2"
208 },
209 "scripty": {
210 "silent": true
211 },
212 "sasslintConfig": "client/.sass-lint.yml",
213 "_moduleAliases": {
214 "@server": "dist/server"
215 }
216 }