estados-homeserve/package.json

14 lines
237 B
JSON

{
"name": "estados-homeserve",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"firebase-admin": "^12.0.0",
"playwright": "^1.49.0"
}
}