20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"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",
|
|
"youtube-transcript": "^1.2.1",
|
|
"youtubei.js": "^9.4.0"
|
|
}
|
|
}
|