-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
51
52
53
54
{
"name": "transcoder",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_OPTIONS='--max-old-space-size=8192' npx tsc",
"start": "node dist/app",
"dev": "nodemon"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/fs-extra": "^9.0.13",
"@types/hls-parser": "^0.8.3",
"@types/uuid": "^8.3.4",
"@types/vimeo": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.213.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@types/node": "^18.11.9",
"assemblyai": "^2.0.2",
"axios": "^1.1.3",
"axios-retry": "^3.3.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.1.0",
"install": "^0.13.0",
"ioredis": "^5.2.4",
"openai": "^4.67.1",
"read-chunk": "^4.0.3",
"speechmatics": "^3.1.1",
"tus-js-client": "^3.0.1",
"uuid": "^9.0.0",
"vimeo": "^2.1.1"
}
}