-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 852 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
28
29
30
31
32
33
{
"name": "vidsummarizerai",
"version": "1.0.0",
"description": "Summarize your audio & videos in simple text!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"Video",
"Summarizer",
"Audio"
],
"author": "S Deepak Kumar",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1267.0",
"axios": "^1.2.0",
"body-parser": "^1.20.1",
"cohere-ai": "^4.5.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"download": "^8.0.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"ytdl-core": "^4.11.2"
}
}