discord-freepbx-manager/package.json
2023-02-07 00:40:35 -07:00

17 lines
329 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": {
"discord.js": "^14.7.1",
"freepbx-graphql-client": "^0.1.1",
"sqlite3": "^5.1.4"
}
}