Files
Thies Mueller 437f16fef1 initial
2026-05-16 16:47:04 +02:00

20 lines
379 B
JSON

{
"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"
}
}