hypermc-api-user-install-bot/package.json
2024-10-01 23:31:27 -04:00

19 lines
355 B
JSON

{
"dependencies": {
"discord.js": "^14.16.3",
"jsonfile": "^6.1.0",
"mymc-lib": "^1.1.0"
},
"name": "public-bot",
"version": "1.0.0",
"type": "module",
"main": "public_bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}