Update package.json

This commit is contained in:
Lezetho
2024-09-10 16:38:05 +05:45
committed by Hirzi
parent 4e796f275e
commit efcc962fe3

View File

@@ -13,13 +13,13 @@
"start": "node index.js"
},
"dependencies": {
"axios": "^1.7.7",
"cli-color": "^2.0.4",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0"
"axios": "1.7.7",
"cli-color": "2.0.4",
"discord.js": "14.16.1",
"dotenv": "16.4.5",
"js-yaml": "4.1.0"
},
"engines": {
"node": ">=18"
}
}
}