mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-15 14:32:13 +11:00
33 lines
776 B
JSON
33 lines
776 B
JSON
{
|
|
"name": "4dc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"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",
|
|
"gifencoder": "^2.0.1",
|
|
"glob": "^7.2.0",
|
|
"mongoose": "^6.3.4",
|
|
"nodemon": "^2.0.19",
|
|
"os": "^0.1.2",
|
|
"pm2": "^5.1.2",
|
|
"rcon-client": "^4.2.3",
|
|
"rss-parser": "^3.12.0",
|
|
"sharp": "^0.31.3",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|