initial commit

This commit is contained in:
Eri Ishihara 2025-07-18 12:53:00 +02:00
commit 9d4b1965b1
5 changed files with 292 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"blessed": "^0.1.81",
"figlet": "^1.8.2",
"ollama": "^0.5.16",
"toml": "^3.0.0"
}
}