mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-10 07:58:01 +00:00
25 lines
657 B
JSON
25 lines
657 B
JSON
{
|
|
"name": "pterostats",
|
|
"version": "4.0.0",
|
|
"description": "PteroStats is a Discord Bot that designed to check Pterodactyl or Pelican Panel stats and post it to your Discord server.",
|
|
"license": "MIT",
|
|
"repository": "HirziDevs/PteroStats",
|
|
"homepage": "https://pterostats.znproject.my.id",
|
|
"bugs": {
|
|
"email": "hirzidevs@gmail.com",
|
|
"url": "https://github.com/HirziDevs/PteroStats/issues"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"cli-color": "^2.0.4",
|
|
"discord.js": "^14.16.1",
|
|
"dotenv": "^16.4.5",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
} |