diff --git a/package.json b/package.json index cc214b8..1908a46 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ -// estados-homeserve/package.json { "name": "estados-homeserve", "version": "1.0.0", "main": "index.js", + "type": "commonjs", "scripts": { "start": "node index.js" }, "dependencies": { - "firebase-admin": "^12.2.0", - "playwright": "^1.47.0" + "firebase-admin": "^12.0.0", + "playwright": "^1.49.0" } } \ No newline at end of file