2025-08-30 19:04:35 -03:00
|
|
|
{
|
|
|
|
|
"name": "servicenow-glpi-sync",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "A Node.js application for integrating ServiceNow and GLPI.",
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node server.js",
|
|
|
|
|
"dev": "nodemon server.js",
|
|
|
|
|
"test": "echo \"No tests specified\" && exit 0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-03 21:40:04 -03:00
|
|
|
"axios": "^0.21.4",
|
2025-08-30 19:04:35 -03:00
|
|
|
"dotenv": "^10.0.0",
|
2025-09-05 20:27:35 -03:00
|
|
|
"express": "^5.1.0",
|
2025-09-11 20:57:43 -03:00
|
|
|
"mysql2": "^3.14.5",
|
2025-09-05 20:27:35 -03:00
|
|
|
"pg": "^8.7.1",
|
|
|
|
|
"winston": "^3.17.0"
|
2025-08-30 19:04:35 -03:00
|
|
|
},
|
|
|
|
|
"author": "Your Name",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|