agsamantha/package.json
The Ghost of FOSS' Future b3905de344
Add files via upload
2024-09-15 17:00:43 -07:00

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