mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-15 14:32:13 +11:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "mcbot",
|
|
"version": "1.0.0",
|
|
"description": "Boilerplate taken from 4DC bot, with some added features for a minecraft bot basically only used it for its layout barebones functionality",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint --ignore-path .gitignore .",
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.9.0",
|
|
"@discordjs/rest": "^0.1.0-canary.0",
|
|
"@discordjs/voice": "^0.8.0",
|
|
"console-stamp": "^3.0.4",
|
|
"cron": "^1.8.2",
|
|
"discord-api-types": "^0.20.2",
|
|
"discord.js": "^14.7.0",
|
|
"dotenv": "^9.0.2",
|
|
"gamedig": "^4.3.0",
|
|
"gifencoder": "^2.0.1",
|
|
"glob": "^7.2.0",
|
|
"mongodb": "^6.3.0",
|
|
"os": "^0.1.2",
|
|
"rcon-client": "^4.2.3",
|
|
"rss-parser": "^3.12.0",
|
|
"uuid": "^8.3.2",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Expand-sys/mcbot.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Expand-sys/mcbot/issues"
|
|
},
|
|
"homepage": "https://github.com/Expand-sys/mcbot#readme"
|
|
}
|