wrbapp/backend/package.json

18 lines
326 B
JSON
Raw Normal View History

2022-09-20 15:53:44 +02:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
2022-09-20 16:11:53 +02:00
"express": "^4.18.1",
"firebase-admin": "^11.0.1"
2022-09-20 15:53:44 +02:00
}
}