sneed-agent/package.json
The Ghost of FOSS' Future bf019c0f77
Add files via upload
2024-08-22 20:36:49 +00:00

25 lines
653 B
JSON

{
"dependencies": {
"@langchain/community": "^0.2.28",
"@langchain/ollama": "^0.0.4",
"cheerio": "^1.0.0",
"puppeteer": "^23.1.1"
},
"name": "sneed-agent",
"version": "1.0.0",
"description": "Sneed Agent",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sneed-group/sneed-agent.git"
},
"author": "Sneed Group",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sneed-group/sneed-agent/issues"
},
"homepage": "https://github.com/sneed-group/sneed-agent#readme"
}