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