]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
d4884151704ba4c8409476cfab80d91ea7909a10
[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.0.0",
5 "private": true,
6 "licence": "AGPL-3.0",
7 "engines": {
8 "node": ">=8.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:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
42 "reset-password": "node ./dist/scripts/reset-password.js",
43 "play": "scripty",
44 "dev": "scripty",
45 "dev:server": "scripty",
46 "dev:embed": "scripty",
47 "dev:client": "scripty",
48 "dev:cli": "scripty",
49 "start": "node dist/server",
50 "start:server": "node dist/server --no-client",
51 "update-host": "node ./dist/scripts/update-host.js",
52 "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
53 "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
54 "test": "scripty",
55 "help": "scripty",
56 "generate-cli-doc": "scripty",
57 "parse-log": "node ./dist/scripts/parse-log.js",
58 "prune-storage": "node ./dist/scripts/prune-storage.js",
59 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
60 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
61 "tsc": "tsc",
62 "commander": "commander",
63 "lint": "npm run ci -- lint",
64 "ng": "ng",
65 "nodemon": "nodemon",
66 "ts-node": "ts-node",
67 "tslint": "tslint",
68 "concurrently": "concurrently",
69 "mocha-parallel-tests": "mocha-parallel-tests",
70 "sasslint": "sass-lint --verbose --no-exit",
71 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
72 "mocha": "mocha",
73 "ci": "scripty",
74 "release": "scripty",
75 "release-embed-api": "scripty",
76 "nightly": "scripty",
77 "client-report": "scripty"
78 },
79 "husky": {
80 "hooks": {
81 "pre-commit": "lint-staged"
82 }
83 },
84 "lint-staged": {
85 "*.scss": [
86 "sass-lint -c client/.sass-lint.yml",
87 "git add"
88 ],
89 "support/doc/api/*.yaml": [
90 "node ./node_modules/swagger-cli/bin/swagger-cli.js validate support/doc/api/openapi.yaml",
91 "git add"
92 ],
93 "server/tools/README.md": [
94 "npm run generate-cli-doc",
95 "git add"
96 ]
97 },
98 "resolutions": {
99 "@types/bluebird": "3.5.27"
100 },
101 "dependencies": {
102 "apicache": "^1.4.0",
103 "async": "^3.0.1",
104 "async-lru": "^1.1.1",
105 "bcrypt": "3.0.7",
106 "bittorrent-tracker": "^9.0.0",
107 "bluebird": "^3.5.0",
108 "body-parser": "^1.12.4",
109 "bull": "^3.4.2",
110 "bytes": "^3.0.0",
111 "commander": "^4.0.1",
112 "config": "^3.0.0",
113 "cookie-parser": "^1.4.3",
114 "cors": "^2.8.1",
115 "create-torrent": "^4.0.0",
116 "deep-object-diff": "^1.1.0",
117 "express": "^4.12.4",
118 "express-oauth-server": "^2.0.0",
119 "express-rate-limit": "^4.0.4",
120 "express-validator": "^6.1.1",
121 "flat": "^5.0.0",
122 "fluent-ffmpeg": "^2.1.0",
123 "fs-extra": "^8.0.1",
124 "helmet": "^3.12.1",
125 "http-signature": "1.2.0",
126 "ip-anonymize": "^0.1.0",
127 "ipaddr.js": "1.9.1",
128 "is-cidr": "^3.0.0",
129 "iso-639-3": "^1.0.1",
130 "js-yaml": "^3.5.4",
131 "jsonld": "~1.8.0",
132 "lodash": "^4.17.10",
133 "lru-cache": "^5.1.1",
134 "magnet-uri": "^5.1.4",
135 "memoizee": "^0.4.14",
136 "morgan": "^1.5.3",
137 "multer": "^1.1.0",
138 "nodemailer": "^6.0.0",
139 "parse-torrent": "^7.0.0",
140 "password-generator": "^2.0.2",
141 "pem": "^1.12.3",
142 "pfeed": "1.1.11",
143 "pg": "^7.4.1",
144 "prompt": "^1.0.0",
145 "redis": "^2.8.0",
146 "reflect-metadata": "^0.1.12",
147 "request": "^2.81.0",
148 "scripty": "^1.5.0",
149 "sequelize": "5.21.2",
150 "sequelize-typescript": "^1.0.0-beta.4",
151 "sharp": "^0.23.3",
152 "sitemap": "^5.0.0",
153 "socket.io": "^2.2.0",
154 "srt-to-vtt": "^1.1.2",
155 "tsconfig-paths": "^3.9.0",
156 "useragent": "^2.3.0",
157 "uuid": "^3.1.0",
158 "validator": "^12.1.0",
159 "webfinger.js": "^2.6.6",
160 "webtorrent": "^0.107.16",
161 "winston": "3.2.1",
162 "ws": "^7.0.0",
163 "youtube-dl": "^2.0.0"
164 },
165 "devDependencies": {
166 "@types/apicache": "^1.2.0",
167 "@types/async": "^3.0.0",
168 "@types/async-lock": "^1.1.0",
169 "@types/bcrypt": "^3.0.0",
170 "@types/bluebird": "3.5.21",
171 "@types/body-parser": "^1.16.3",
172 "@types/bull": "3.4.0",
173 "@types/bytes": "^3.0.0",
174 "@types/chai": "^4.0.4",
175 "@types/chai-json-schema": "^1.4.3",
176 "@types/chai-xml": "^0.3.1",
177 "@types/config": "^0.0.34",
178 "@types/express": "^4.0.35",
179 "@types/express-rate-limit": "^3.3.0",
180 "@types/fluent-ffmpeg": "^2.1.8",
181 "@types/fs-extra": "^8.0.0",
182 "@types/libxmljs": "^0.18.0",
183 "@types/lodash": "^4.14.64",
184 "@types/lru-cache": "^5.1.0",
185 "@types/magnet-uri": "^5.1.1",
186 "@types/maildev": "^0.0.1",
187 "@types/memoizee": "^0.4.2",
188 "@types/mkdirp": "^0.5.1",
189 "@types/mocha": "^5.0.0",
190 "@types/morgan": "^1.7.32",
191 "@types/multer": "^1.3.3",
192 "@types/node": "^10.0.8",
193 "@types/nodemailer": "^6.2.0",
194 "@types/oauth2-server": "^3.0.8",
195 "@types/pem": "^1.9.3",
196 "@types/redis": "^2.8.5",
197 "@types/request": "^2.0.3",
198 "@types/sharp": "^0.23.0",
199 "@types/socket.io": "^2.1.2",
200 "@types/supertest": "^2.0.3",
201 "@types/validator": "^10.9.0",
202 "@types/webtorrent": "^0.107.0",
203 "@types/ws": "^6.0.0",
204 "chai": "^4.1.1",
205 "chai-json-schema": "^1.5.0",
206 "chai-xml": "^0.3.2",
207 "concurrently": "^5.0.0",
208 "husky": "^3.0.1",
209 "libxmljs": "0.19.7",
210 "lint-staged": "^9.2.0",
211 "maildev": "^1.0.0-rc3",
212 "marked-man": "^0.7.0",
213 "mocha": "^6.0.0",
214 "mocha-parallel-tests": "^2.2.1",
215 "nodemon": "^2.0.1",
216 "sass-lint": "^1.12.1",
217 "source-map-support": "^0.5.0",
218 "supertest": "^4.0.2",
219 "swagger-cli": "^2.2.0",
220 "ts-node": "8.5.4",
221 "tslint": "^5.7.0",
222 "tslint-config-standard": "^9.0.0",
223 "typescript": "^3.7.2",
224 "xliff": "^4.0.0"
225 },
226 "scripty": {
227 "silent": true
228 },
229 "sasslintConfig": "client/.sass-lint.yml",
230 "_moduleAliases": {
231 "@server": "dist/server"
232 }
233 }