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-10-07 17:57:23 -03:00
|
|
|
"dotenv": "^17.2.3",
|
|
|
|
|
"pg": "^8.16.3",
|
2025-10-09 08:16:53 -03:00
|
|
|
"qs": "^6.14.0",
|
2025-10-07 17:57:23 -03:00
|
|
|
"winston": "^3.18.3"
|
2025-10-07 11:04:29 -03:00
|
|
|
}
|
2025-10-06 13:36:15 -03:00
|
|
|
}
|