-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
50 lines (50 loc) · 1.13 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "init",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"nodemonConfig": {
"ignore": [
"transcriptions/*",
"uploads/*"
]
},
"dependencies": {
"await-spawn": "^4.0.2",
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"cookie-parser": "~1.3.5",
"cyrillic-to-latin": "^2.0.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ffprobe": "^1.1.2",
"filenamify": "^4.3.0",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"google-translate-api-browser": "^3.0.0",
"language-name-map": "^0.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"promise-queue": "^2.2.5",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"srt2vtt": "^1.3.1",
"which": "^3.0.0",
"ws": "^8.10.0",
"yt-dlp-wrap": "^2.3.11",
"zh-convert": "^1.0.1"
},
"devDependencies": {
"eslint": "^8.30.0"
}
}