You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
413 B
21 lines
413 B
{
|
|
"name": "bigbrother-callback-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Félix Mielcarek",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.18.3",
|
|
"firebase": "^11.0.1",
|
|
"firebase-admin": "^12.7.0",
|
|
"fs": "^0.0.1-security"
|
|
}
|
|
}
|