Files
friends/package.json
Kroonk 7afca6561f
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
feat: add Misch & Friends companion app
2026-05-22 17:32:24 +02:00

16 lines
331 B
JSON

{
"name": "friends",
"version": "0.1.0",
"private": true,
"description": "Misch & Friends voice-first companion interface for Monica CRM.",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.19.2"
}
}