agsamantha/package.json

22 lines
535 B
JSON
Raw Normal View History

2024-09-15 19:00:43 -05:00
{
"name": "agi-gatherer",
"version": "1.0.0",
"description": "the gathering code for agsamanhta",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sneed Group",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@langchain/community": "^0.3.0",
"@langchain/core": "^0.2.33",
"html-to-text": "^9.0.5",
"ignore": "^5.3.2",
"jsdom": "^25.0.0",
2024-10-02 15:15:21 -05:00
"ollama": "^0.5.9",
2024-09-15 19:00:43 -05:00
"youtube-transcript": "^1.2.1",
"youtubei.js": "^9.4.0"
}
}