snglpi/package.json
Rafael Lopes cb73486caa FEAT: Integração ServiceNow + PostgreSQL com salvamento automático
- Implementa conexão API ServiceNow → PostgreSQL
- Salva automaticamente tickets e requisições
- Resultado: 673 tickets sincronizados
- Créditos: @TulioCastro pelo GET da API
2025-09-03 21:40:04 -03:00

19 lines
431 B
JSON

{
"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": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"pg": "^8.7.1"
},
"author": "Your Name",
"license": "MIT"
}