mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-02-04 03:52:34 +00:00
25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"name": "pterostats",
|
|
"version": "v2.0.0",
|
|
"description": "PteroStats is a bot designed to check Panel, Nodes, and Databases status and post it to your discord server",
|
|
"license": "Apache-2.0",
|
|
"repository": "HirziDevs/PteroStats",
|
|
"homepage": "https://pterostats.hirzidevs.net",
|
|
"bugs": {
|
|
"email": "hirzidevs@gmail.com",
|
|
"url": "https://github.com/HirziDevs/PteroStats"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"chalk": "4.1.1",
|
|
"discord.js": "^13.7.0",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|