-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 920 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 920 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "segmenter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"eslintConfig": {
"extends": [
"airbnb",
"prettier"
],
"rules": {
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": 0,
"react/jsx-one-expression-per-line": 0,
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
]
},
"env": {
"browser": true
}
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"aws-sdk": "^2.569.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-generator": "^4.16.1",
"fluent-ffmpeg": "^2.1.2",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"mysql2": "^2.0.1",
"node-fetch": "^2.6.0"
}
}