lydia/package.json
2025-08-02 21:39:23 +02:00

14 lines
246 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",
"node-webcam": "^0.8.1",
"sharp": "^0.33.1"
}
}