Añadir package.json
This commit is contained in:
parent
c8e844614e
commit
1bf95f1c40
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue