discord-freepbx-manager/package.json
Christopher Cookman 68d6402ffd - Disable unfinished CDR commands
- Impliment delayed auto-delete of orphaned extensions, with auto cancel.
2025-02-11 08:28:41 -07:00

25 lines
528 B
JSON

{
"name": "freepbx-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"colors": "^1.4.0",
"discord.js": "14.14.1",
"dotenv": "^16.4.7",
"freepbx-graphql-client": "^0.1.1",
"mariadb": "^3.2.0",
"node-cron": "^3.0.3",
"ping": "^0.4.4",
"sqlite3": "^5.1.4",
"ssh2": "^1.15.0"
}
}