lydia/package.json

13 lines
193 B
JSON
Raw Permalink Normal View History

2025-07-18 12:53:00 +02:00
{
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"blessed": "^0.1.81",
"figlet": "^1.8.2",
"ollama": "^0.5.16",
"toml": "^3.0.0"
}
}