technovangelist.videoprojects/2024-03-11-embeddings/bunjs/package.json
Matt Williams d0e67e52e3 reorg
Signed-off-by: Matt Williams <m@technovangelist.com>
2024-04-03 09:38:52 -07:00

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"
}
}