lydia/package.json
2025-07-18 12:53:00 +02:00

12 lines
193 B
JSON

{
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"blessed": "^0.1.81",
"figlet": "^1.8.2",
"ollama": "^0.5.16",
"toml": "^3.0.0"
}
}