All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
16 lines
331 B
JSON
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"
|
|
}
|
|
}
|