Añadir package.json

This commit is contained in:
marsalva 2025-12-25 23:05:03 +00:00
parent c8e844614e
commit 1bf95f1c40
1 changed files with 13 additions and 0 deletions

13
package.json Normal file
View File

@ -0,0 +1,13 @@
// robot-homeserve/package.json
{
"name": "robot-homeserve",
"version": "1.0.0",
"main": "robot.js",
"scripts": {
"start": "node robot.js"
},
"dependencies": {
"firebase-admin": "^12.2.0",
"playwright": "^1.47.0"
}
}