feat: add Misch & Friends companion app
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s

This commit is contained in:
Kroonk
2026-05-22 17:32:24 +02:00
commit 7afca6561f
13 changed files with 2203 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}