-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
27 lines (27 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "transcoder",
"version": "1.0.0",
"main": "index.js",
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
"license": "MIT",
"scripts": {
"dev:main": "lerna exec --scope jupiter-main -- yarn dev",
"dev:worker": "lerna exec --scope jupiter-worker -- yarn dev",
"build": "lerna run build",
"deploy": "lerna run deploy"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.13",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.2",
"lerna": "^3.19.0",
"prettier": "^1.19.1",
"typescript": "^3.7.4"
}
}