Actualizar package.json

This commit is contained in:
2026-03-20 22:16:29 +00:00
parent f49bc29b1c
commit d3467786d1

View File

@@ -6,7 +6,8 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"robot": "node robot.js" "robot": "node robot.js",
"robot-aux": "node robot_auxiliar.js"
}, },
"dependencies": { "dependencies": {
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",