{ "name": "pterostats", "version": "v1.4.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": "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": "^12.x" } }