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.
18 lines
327 B
18 lines
327 B
{
|
|
"name": "bigbrother-script",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Félix Mielcarek",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"dotenv": "^16.4.5",
|
|
"firebase": "^11.0.1",
|
|
"firebase-admin": "^12.7.0"
|
|
}
|
|
}
|