freepbx-stats/package.json

18 lines
438 B
JSON

{
"name": "freepbx-stats",
"version": "1.0.0",
"description": "Simple bit of code to run via crontab that tracks call stats and sends them to Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"mysql": "^2.18.1",
"node-cron": "^3.0.3"
}
}