Update package.json

This commit is contained in:
Hirzi
2022-06-18 19:59:34 +07:00
committed by GitHub
parent 5fd4085604
commit da94f2f56d
+4 -4
View File
@@ -1,8 +1,8 @@
{
"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",
"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": {
@@ -15,10 +15,10 @@
"dependencies": {
"axios": "^0.26.1",
"chalk": "4.1.1",
"discord.js": "^13.7.0",
"discord.js": "^13.8.0",
"js-yaml": "^4.1.0"
},
"engines": {
"node": "16.x"
}
}
}