mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-11 00:10:39 +00:00
31 lines
765 B
JSON
31 lines
765 B
JSON
{
|
|
"name": "pterostats",
|
|
"version": "v1.3.0",
|
|
"description": "PteroStats is a bot designed to check Panel, Nodes, and Databases status and post it to discord server",
|
|
"license": "Apache-2.0",
|
|
"repository": "HirziDevs/PteroStats",
|
|
"homepage": "https://pterostats.hirzidevs.net",
|
|
"author": {
|
|
"email": "hirzigamingyt@gmail.com",
|
|
"name": "Hirzi",
|
|
"url": "https://pterostats.hirzidevs.net"
|
|
},
|
|
"bugs": {
|
|
"email": "hirzigamingyt@gmail.com",
|
|
"url": "https://github.com/HirziDevs/PteroStats"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"chalk": "^4.1.1",
|
|
"js-yaml": "^4.1.0",
|
|
"discord.js": "^12.5.3",
|
|
"quick.db": "^7.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "14.x"
|
|
}
|
|
}
|