2025-10-06 13:36:15 -03:00
|
|
|
{
|
|
|
|
|
"name": "integra-hubsoft-glpi",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "GabrielPereira",
|
|
|
|
|
"license": "ISC",
|
2025-10-07 11:04:29 -03:00
|
|
|
"description": "",
|
|
|
|
|
"dependencies": {
|
2025-11-10 17:01:33 -03:00
|
|
|
"axios": "^1.13.2",
|
2025-10-07 17:57:23 -03:00
|
|
|
"dotenv": "^17.2.3",
|
2025-11-05 11:25:50 -03:00
|
|
|
"express": "^5.1.0",
|
2025-10-09 09:39:07 -03:00
|
|
|
"mysql2": "^3.15.2",
|
2025-11-10 17:01:33 -03:00
|
|
|
"node-cron": "^4.2.1",
|
2025-10-07 17:57:23 -03:00
|
|
|
"pg": "^8.16.3",
|
2025-10-09 08:16:53 -03:00
|
|
|
"qs": "^6.14.0",
|
2025-11-11 09:17:08 -03:00
|
|
|
"winston": "^3.18.3",
|
|
|
|
|
"winston-daily-rotate-file": "^5.0.0"
|
2025-10-07 11:04:29 -03:00
|
|
|
}
|
2025-10-06 13:36:15 -03:00
|
|
|
}
|