20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "integrarepara-api",
|
|
"version": "1.0.0",
|
|
"description": "API y Robot para IntegraRepara",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"robot": "node robot.js"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.1",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"pg": "^8.11.3",
|
|
"playwright": "^1.41.1"
|
|
}
|
|
} |