mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-02-03 19:42:41 +00:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"name": "PteroStats",
|
|
"version": "1.1.0",
|
|
"description": "PteroStats is a bot designed to check Panel, Nodes, and Databases status and post it to discord server",
|
|
"license": "Apache",
|
|
"repository": "HirziDevs/PteroStats",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^12.5.3",
|
|
"axios": "^0.21.1",
|
|
"chalk": "^4.1.1",
|
|
"quick.db": "^7.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "14.x"
|
|
}
|
|
}
|