Upgrade server dependencies
[oweals/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     "plugin:install": "node ./dist/scripts/plugin/install.js",
40     "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
41     "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
42     "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
43     "reset-password": "node ./dist/scripts/reset-password.js",
44     "play": "scripty",
45     "dev": "scripty",
46     "dev:server": "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 travis -- lint",
64     "ng": "ng",
65     "nodemon": "nodemon",
66     "ts-node": "ts-node",
67     "tslint": "tslint",
68     "concurrently": "concurrently",
69     "sasslint": "sass-lint --verbose --no-exit",
70     "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
71     "mocha": "mocha",
72     "travis": "scripty",
73     "release": "scripty",
74     "client-report": "scripty"
75   },
76   "husky": {
77     "hooks": {
78       "pre-commit": "lint-staged"
79     }
80   },
81   "lint-staged": {
82     "*.scss": [
83       "sass-lint -c client/.sass-lint.yml",
84       "git add"
85     ],
86     "support/doc/api/*.yaml": [
87       "node ./node_modules/swagger-cli/bin/swagger-cli.js validate support/doc/api/openapi.yaml",
88       "git add"
89     ],
90     "server/tools/README.md": [
91       "npm run generate-cli-doc",
92       "git add"
93     ]
94   },
95   "resolutions": {
96     "@types/bluebird": "3.5.21"
97   },
98   "dependencies": {
99     "apicache": "^1.4.0",
100     "async": "^3.0.1",
101     "async-lru": "^1.1.1",
102     "bcrypt": "3.0.6",
103     "bittorrent-tracker": "^9.0.0",
104     "bluebird": "^3.5.0",
105     "body-parser": "^1.12.4",
106     "bull": "^3.4.2",
107     "bytes": "^3.0.0",
108     "commander": "^2.13.0",
109     "config": "^3.0.0",
110     "cookie-parser": "^1.4.3",
111     "cors": "^2.8.1",
112     "create-torrent": "^4.0.0",
113     "deep-object-diff": "^1.1.0",
114     "express": "^4.12.4",
115     "express-oauth-server": "^2.0.0",
116     "express-rate-limit": "^4.0.4",
117     "express-validator": "^6.1.1",
118     "flat": "^4.1.0",
119     "fluent-ffmpeg": "^2.1.0",
120     "fs-extra": "^8.0.1",
121     "helmet": "^3.12.1",
122     "http-signature": "^1.2.0",
123     "ip-anonymize": "^0.1.0",
124     "ipaddr.js": "1.9.1",
125     "is-cidr": "^3.0.0",
126     "iso-639-3": "^1.0.1",
127     "js-yaml": "^3.5.4",
128     "jsonld": "~1.1.0",
129     "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
130     "lodash": "^4.17.10",
131     "magnet-uri": "^5.1.4",
132     "memoizee": "^0.4.14",
133     "morgan": "^1.5.3",
134     "multer": "^1.1.0",
135     "nodemailer": "^6.0.0",
136     "parse-torrent": "^7.0.0",
137     "password-generator": "^2.0.2",
138     "pem": "^1.12.3",
139     "pfeed": "^1.1.6",
140     "pg": "^7.4.1",
141     "prompt": "^1.0.0",
142     "redis": "^2.8.0",
143     "reflect-metadata": "^0.1.12",
144     "request": "^2.81.0",
145     "scripty": "^1.5.0",
146     "sequelize": "5.10.2",
147     "sequelize-typescript": "1.0.0-beta.2",
148     "sharp": "^0.22.0",
149     "sitemap": "^2",
150     "socket.io": "^2.2.0",
151     "srt-to-vtt": "^1.1.2",
152     "useragent": "^2.3.0",
153     "uuid": "^3.1.0",
154     "validator": "^11.0.0",
155     "webfinger.js": "^2.6.6",
156     "webtorrent": "^0.105.1",
157     "winston": "3.2.1",
158     "ws": "^7.0.0",
159     "youtube-dl": "^2.0.0"
160   },
161   "devDependencies": {
162     "@types/apicache": "^1.2.0",
163     "@types/async": "^3.0.0",
164     "@types/async-lock": "^1.1.0",
165     "@types/bcrypt": "^3.0.0",
166     "@types/bluebird": "3.5.21",
167     "@types/body-parser": "^1.16.3",
168     "@types/bull": "3.4.0",
169     "@types/bytes": "^3.0.0",
170     "@types/chai": "^4.0.4",
171     "@types/chai-json-schema": "^1.4.3",
172     "@types/chai-xml": "^0.3.1",
173     "@types/config": "^0.0.34",
174     "@types/express": "^4.0.35",
175     "@types/express-rate-limit": "^3.3.0",
176     "@types/fluent-ffmpeg": "^2.1.8",
177     "@types/fs-extra": "^8.0.0",
178     "@types/libxmljs": "^0.18.0",
179     "@types/lodash": "^4.14.64",
180     "@types/magnet-uri": "^5.1.1",
181     "@types/maildev": "^0.0.1",
182     "@types/memoizee": "^0.4.2",
183     "@types/mkdirp": "^0.5.1",
184     "@types/mocha": "^5.0.0",
185     "@types/morgan": "^1.7.32",
186     "@types/multer": "^1.3.3",
187     "@types/node": "^10.0.8",
188     "@types/nodemailer": "^6.2.0",
189     "@types/oauth2-server": "^3.0.8",
190     "@types/pem": "^1.9.3",
191     "@types/redis": "^2.8.5",
192     "@types/request": "^2.0.3",
193     "@types/sharp": "^0.22.1",
194     "@types/socket.io": "^2.1.2",
195     "@types/supertest": "^2.0.3",
196     "@types/validator": "^10.9.0",
197     "@types/webtorrent": "^0.98.4",
198     "@types/ws": "^6.0.0",
199     "chai": "^4.1.1",
200     "chai-json-schema": "^1.5.0",
201     "chai-xml": "^0.3.2",
202     "concurrently": "^4.1.0",
203     "husky": "^3.0.1",
204     "libxmljs": "0.19.5",
205     "lint-staged": "^9.2.0",
206     "maildev": "^1.0.0-rc3",
207     "marked-man": "^0.6.0",
208     "mocha": "^6.0.0",
209     "mocha-parallel-tests": "^2.1.0",
210     "nodemon": "^1.18.6",
211     "sass-lint": "^1.12.1",
212     "source-map-support": "^0.5.0",
213     "supertest": "^4.0.2",
214     "swagger-cli": "^2.2.0",
215     "ts-node": "8.3.0",
216     "tslint": "^5.7.0",
217     "tslint-config-standard": "^8.0.1",
218     "typescript": "^3.4.3",
219     "xliff": "^4.0.0"
220   },
221   "scripty": {
222     "silent": true
223   },
224   "sasslintConfig": "client/.sass-lint.yml"
225 }