hubxglpi/package.json
gabriel.amancio 642851034c FEAT: hubsoftService.
- Função para atualizar status dos atendimentos no Hubsoft.
2025-10-09 08:16:53 -03:00

18 lines
347 B
JSON

{
"name": "integra-hubsoft-glpi",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GabrielPereira",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^17.2.3",
"pg": "^8.16.3",
"qs": "^6.14.0",
"winston": "^3.18.3"
}
}