23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "freepbx-manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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",
|
|
"ping": "^0.4.4",
|
|
"sqlite3": "^5.1.4",
|
|
"ssh2": "^1.15.0"
|
|
}
|
|
}
|