{ "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", "@mozilla/readability": "^0.5.0", "html-to-text": "^9.0.5", "ignore": "^5.3.2", "jsdom": "^25.0.0", "ollama": "^0.5.9", "youtube-transcript": "^1.2.1", "youtubei.js": "^9.4.0" } }