hubxglpi/package.json

22 lines
448 B
JSON
Raw Normal View History

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",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"mysql2": "^3.15.2",
"node-cron": "^4.2.1",
"pg": "^8.16.3",
"qs": "^6.14.0",
"winston": "^3.18.3"
}
2025-10-06 13:36:15 -03:00
}