Update package.json

This commit is contained in:
Hirzi
2021-07-09 10:41:54 +07:00
committed by GitHub
parent e5c91d29ea
commit 40a07e2a17

View File

@@ -1,12 +1,15 @@
{
"name": "PteroStats",
"version": "1.0.0",
"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",
"repository": "HirziDevs/PteroStats",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^12.5.3",
"ping-tcp-js": "^1.3.0",
"axios": "^0.21.1",
"quick.db": "^7.1.3"
},
"engines": {