mirror of
https://github.com/technovangelist/videoprojects.git
synced 2026-09-10 07:16:19 -04:00
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"name": "ytrag",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"compute-cosine-similarity": "^1.1.0",
|
|
"fast-xml-parser": "^4.3.5",
|
|
"google-auth-library": "^9.6.3",
|
|
"googleapis": "^133.0.0",
|
|
"ollama": "^0.4.9",
|
|
"srt-parser-2": "^1.2.3",
|
|
"yt-dlp-wrap": "^2.3.12"
|
|
}
|
|
} |