-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 969 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
{
"name": "youtubefetchserver",
"version": "1.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@langchain/openai": "^0.5.10",
"@supabase/supabase-js": "^2.49.4",
"@supadata/js": "^1.0.3",
"@trigger.dev/sdk": "^3.3.17",
"@xenova/transformers": "^2.17.2",
"axios": "^1.9.0",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fuse.js": "^7.1.0",
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"puppeteer": "^24.8.2",
"socks-proxy-agent": "^8.0.5",
"youtube-captions-scraper": "^2.0.3",
"youtube-transcript": "^1.2.1",
"youtube-transcript-api": "^3.0.6",
"youtubei.js": "^14.0.0"
},
"devDependencies": {
"@trigger.dev/build": "^3.3.17"
}
}