mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2026-01-19 21:40:28 +00:00
20 lines
330 B
JSON
20 lines
330 B
JSON
{
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"glpi-api": "^1.6.1",
|
|
"he": "^1.2.0",
|
|
"html-to-text": "^9.0.5",
|
|
"telegraf": "^4.15.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.3"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"./data/messageData.json",
|
|
"./logs/logs.json"
|
|
],
|
|
"delay": "10"
|
|
}
|
|
}
|