Update package.json

This commit is contained in:
Hirzi
2021-07-10 10:05:13 +07:00
committed by GitHub
parent 40a07e2a17
commit 277e27d44f
+2 -1
View File
@@ -2,7 +2,7 @@
"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-2.0 License",
"license": "Apache",
"repository": "HirziDevs/PteroStats",
"scripts": {
"start": "node index.js"
@@ -10,6 +10,7 @@
"dependencies": {
"discord.js": "^12.5.3",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"quick.db": "^7.1.3"
},
"engines": {