Files
PteroStats/package.json
2024-03-18 21:47:34 +07:00

26 lines
615 B
JSON

{
"name": "pterostats",
"version": "v3.0.0",
"description": "PteroStats is a bot designed to check Pterodactyl Panel and Nodes status and post it to your discord server",
"license": "MIT",
"repository": "HirziDevs/PteroStats",
"homepage": "https://pterostats.hirzidevs.xyz",
"bugs": {
"email": "hirzidevs@gmail.com",
"url": "https://github.com/HirziDevs/PteroStats/issues"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.3",
"axios-retry": "^3.9.1",
"chalk": "^4.1.2",
"discord.js": "^14.14.1",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=16.9.0"
}
}