]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
Remove xliff package
[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-rc.1",
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 "tslint": "tslint",
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 "client-report": "scripty",
77 "swagger-cli": "swagger-cli",
78 "sass-lint": "sass-lint"
79 },
80 "resolutions": {
81 "@types/bluebird": "3.5.27"
82 },
83 "dependencies": {
84 "apicache": "^1.4.0",
85 "async": "^3.0.1",
86 "async-lru": "^1.1.1",
87 "bcrypt": "3.0.7",
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 "commander": "^4.0.1",
94 "config": "^3.0.0",
95 "cookie-parser": "^1.4.3",
96 "cors": "^2.8.1",
97 "create-torrent": "^4.0.0",
98 "deep-object-diff": "^1.1.0",
99 "express": "^4.12.4",
100 "express-oauth-server": "^2.0.0",
101 "express-rate-limit": "^4.0.4",
102 "express-validator": "^6.1.1",
103 "flat": "^5.0.0",
104 "fluent-ffmpeg": "^2.1.0",
105 "fs-extra": "^8.0.1",
106 "helmet": "^3.12.1",
107 "http-signature": "1.3.1",
108 "ip-anonymize": "^0.1.0",
109 "ipaddr.js": "1.9.1",
110 "is-cidr": "^3.0.0",
111 "iso-639-3": "^1.0.1",
112 "js-yaml": "^3.5.4",
113 "jsonld": "~2.0.1",
114 "lodash": "^4.17.10",
115 "lru-cache": "^5.1.1",
116 "magnet-uri": "^5.1.4",
117 "memoizee": "^0.4.14",
118 "morgan": "^1.5.3",
119 "multer": "^1.1.0",
120 "nodemailer": "^6.0.0",
121 "parse-torrent": "^7.0.0",
122 "password-generator": "^2.0.2",
123 "pem": "^1.12.3",
124 "pfeed": "1.1.11",
125 "pg": "^7.4.1",
126 "prompt": "^1.0.0",
127 "redis": "^2.8.0",
128 "reflect-metadata": "^0.1.12",
129 "request": "^2.81.0",
130 "scripty": "^1.5.0",
131 "sequelize": "5.21.3",
132 "sequelize-typescript": "^1.0.0-beta.4",
133 "sharp": "^0.23.3",
134 "sitemap": "^5.0.0",
135 "socket.io": "^2.2.0",
136 "srt-to-vtt": "^1.1.2",
137 "tsconfig-paths": "^3.9.0",
138 "useragent": "^2.3.0",
139 "uuid": "^3.1.0",
140 "validator": "^12.1.0",
141 "webfinger.js": "^2.6.6",
142 "webtorrent": "^0.107.16",
143 "winston": "3.2.1",
144 "ws": "^7.0.0",
145 "youtube-dl": "^2.0.0"
146 },
147 "devDependencies": {
148 "@types/apicache": "^1.2.0",
149 "@types/async": "^3.0.0",
150 "@types/async-lock": "^1.1.0",
151 "@types/bcrypt": "^3.0.0",
152 "@types/bluebird": "3.5.21",
153 "@types/body-parser": "^1.16.3",
154 "@types/bull": "3.4.0",
155 "@types/bytes": "^3.0.0",
156 "@types/chai": "^4.0.4",
157 "@types/chai-json-schema": "^1.4.3",
158 "@types/chai-xml": "^0.3.1",
159 "@types/config": "^0.0.36",
160 "@types/express": "^4.0.35",
161 "@types/express-rate-limit": "^3.3.0",
162 "@types/fluent-ffmpeg": "^2.1.8",
163 "@types/fs-extra": "^8.0.0",
164 "@types/libxmljs": "^0.18.0",
165 "@types/lodash": "^4.14.64",
166 "@types/lru-cache": "^5.1.0",
167 "@types/magnet-uri": "^5.1.1",
168 "@types/maildev": "^0.0.1",
169 "@types/memoizee": "^0.4.2",
170 "@types/mkdirp": "^0.5.1",
171 "@types/mocha": "^5.0.0",
172 "@types/morgan": "^1.7.32",
173 "@types/multer": "^1.3.3",
174 "@types/node": "^10.0.8",
175 "@types/nodemailer": "^6.2.0",
176 "@types/oauth2-server": "^3.0.8",
177 "@types/pem": "^1.9.3",
178 "@types/redis": "^2.8.5",
179 "@types/request": "^2.0.3",
180 "@types/sharp": "^0.23.0",
181 "@types/socket.io": "^2.1.2",
182 "@types/supertest": "^2.0.3",
183 "@types/validator": "^12.0.1",
184 "@types/webtorrent": "^0.107.0",
185 "@types/ws": "^6.0.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 "libxmljs": "0.19.7",
191 "lint-staged": "^9.2.0",
192 "maildev": "^1.0.0-rc3",
193 "marked": "^0.8.0",
194 "marked-man": "^0.7.0",
195 "mocha": "^7.0.0",
196 "mocha-parallel-tests": "^2.2.1",
197 "nodemon": "^2.0.1",
198 "source-map-support": "^0.5.0",
199 "supertest": "^4.0.2",
200 "swagger-cli": "^2.2.0",
201 "ts-node": "8.5.4",
202 "tslint": "^5.7.0",
203 "tslint-config-standard": "^9.0.0",
204 "typescript": "^3.7.2"
205 },
206 "scripty": {
207 "silent": true
208 },
209 "sasslintConfig": "client/.sass-lint.yml",
210 "_moduleAliases": {
211 "@server": "dist/server"
212 }
213 }