Files
PteroStats/package.json
2022-06-29 07:20:40 +07:00

24 lines
606 B
JSON

{
"name": "pterostats",
"version": "v2.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.net",
"bugs": {
"email": "hirzidevs@gmail.com",
"url": "https://github.com/HirziDevs/PteroStats"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "4.1.1",
"discord.js": "^13.8.1",
"js-yaml": "^4.1.0"
},
"engines": {
"node": "^16.x"
}
}