Files
telegram_glpi/package.json
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

20 lines
328 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/dataId.json",
"./data/threads.json"
],
"delay": "10"
}
}