This commit is contained in:
Thies Mueller
2026-05-16 16:47:04 +02:00
commit 437f16fef1
4 changed files with 2993 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "app-middleware",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"firebase-admin": "^13.9.0"
}
}