mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-11 00:10:39 +00:00
24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"name": "pterostats",
|
|
"version": "v4.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.7.2",
|
|
"cli-color": "^2.0.4",
|
|
"discord.js": "^14.15.3",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.11.0"
|
|
}
|
|
} |