samantha-cli/package.json

17 lines
292 B
JSON
Raw Normal View History

2024-11-03 15:46:07 -06:00
{
"name": "samantha-cli",
"version": "1.0.0",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "",
"description": "",
"dependencies": {
"ollama": "^0.5.9"
}
}