16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"name": "sneedgroup-agent",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Samuel Lord",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"ollama": "^0.5.0",
|
|
"ollama-js-client": "^1.0.1",
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|