-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1001 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
{
"name": "recorder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@deepgram/sdk": "^2.4.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/ffmpeg": "^0.12.6",
"@ffmpeg/util": "^0.12.1",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@types/fluent-ffmpeg": "^2.1.22",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"content-disposition": "^0.5.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"mkdirp": "^3.0.1",
"mongoose": "^7.5.3",
"multer": "^1.4.5-lts.1",
"multipart": "^0.1.5",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"stream": "^0.0.2",
"typescript": "^5.2.2",
"uuid": "^9.0.1"
}
}