Move concurrently in dev package
[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.0-rc.2",
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     "start": "node dist/server",
47     "start:server": "node dist/server --no-client",
48     "update-host": "node ./dist/scripts/update-host.js",
49     "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
50     "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
51     "test": "scripty",
52     "help": "scripty",
53     "generate-cli-doc": "scripty",
54     "parse-log": "node ./dist/scripts/parse-log.js",
55     "prune-storage": "node ./dist/scripts/prune-storage.js",
56     "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
57     "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
58     "tsc": "tsc",
59     "commander": "commander",
60     "ng": "ng",
61     "nodemon": "nodemon",
62     "ts-node": "ts-node",
63     "tslint": "tslint",
64     "concurrently": "concurrently",
65     "sasslint": "sass-lint --verbose --no-exit",
66     "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
67     "mocha": "mocha",
68     "travis": "scripty",
69     "release": "scripty",
70     "client-report": "scripty"
71   },
72   "husky": {
73     "hooks": {
74       "pre-commit": "lint-staged"
75     }
76   },
77   "lint-staged": {
78     "*.scss": [
79       "sass-lint -c client/.sass-lint.yml",
80       "git add"
81     ],
82     "support/doc/api/*.yaml": [
83       "node ./node_modules/swagger-cli/bin/swagger-cli.js validate support/doc/api/openapi.yaml",
84       "git add"
85     ],
86     "server/tools/README.md": [
87       "npm run generate-cli-doc",
88       "git add"
89     ]
90   },
91   "resolutions": {
92     "@types/bluebird": "3.5.21"
93   },
94   "dependencies": {
95     "apicache": "^1.4.0",
96     "async": "^2.0.0",
97     "async-lru": "^1.1.1",
98     "bcrypt": "3.0.5",
99     "bittorrent-tracker": "^9.0.0",
100     "bluebird": "^3.5.0",
101     "body-parser": "^1.12.4",
102     "bull": "^3.4.2",
103     "bytes": "^3.0.0",
104     "cli-table": "^0.3.1",
105     "commander": "^2.13.0",
106     "config": "^3.0.0",
107     "cookie-parser": "^1.4.3",
108     "cors": "^2.8.1",
109     "create-torrent": "^3.24.5",
110     "deep-object-diff": "^1.1.0",
111     "express": "^4.12.4",
112     "express-oauth-server": "^2.0.0",
113     "express-rate-limit": "^3.1.0",
114     "express-validator": "^5.0.0",
115     "flat": "^4.1.0",
116     "fluent-ffmpeg": "^2.1.0",
117     "fs-extra": "^7.0.0",
118     "helmet": "^3.12.1",
119     "http-signature": "^1.2.0",
120     "ip-anonymize": "^0.0.6",
121     "ipaddr.js": "1.9.0",
122     "is-cidr": "^3.0.0",
123     "iso-639-3": "^1.0.1",
124     "js-yaml": "^3.5.4",
125     "jsonld": "~1.1.0",
126     "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
127     "lodash": "^4.17.10",
128     "magnet-uri": "^5.1.4",
129     "memoizee": "^0.4.14",
130     "morgan": "^1.5.3",
131     "multer": "^1.1.0",
132     "netrc-parser": "^3.1.6",
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.7.4",
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": "^10.2.0",
153     "webfinger.js": "^2.6.6",
154     "webtorrent": "^0.103.0",
155     "winston": "3.2.1",
156     "ws": "^6.0.0",
157     "youtube-dl": "^1.12.2"
158   },
159   "devDependencies": {
160     "@types/apicache": "^1.2.0",
161     "@types/async": "^2.0.40",
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": "^5.0.4",
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": "^4.3.1",
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": "^1.0.0-rc.4",
202     "libxmljs": "0.19.5",
203     "lint-staged": "^8.0.4",
204     "maildev": "^1.0.0-rc3",
205     "marked-man": "^0.4.2",
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.0.3",
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 }