mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tonejs/midi": "^2.0.28",
|
|
"@vitalets/google-translate-api": "^8.0.0",
|
|
"axios": "^0.27.2",
|
|
"color-convert": "^2.0.1",
|
|
"cowsay": "^1.5.0",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"discord.js": "^13.7.0",
|
|
"mineflayer": "^4.3.0",
|
|
"moment": "^2.29.3",
|
|
"moment-timezone": "^0.5.34",
|
|
"node-persist": "^3.1.0",
|
|
"node-ssh": "^12.0.4",
|
|
"prismarine-viewer": "^1.23.0",
|
|
"rainbowvis.js": "^1.0.1",
|
|
"randomstring": "^1.2.2",
|
|
"readline": "^1.3.0",
|
|
"safe-eval": "^0.4.1",
|
|
"sleep-promise": "^9.1.0",
|
|
"translate-api": "^0.3.18",
|
|
"urban-dictionary": "^3.0.2",
|
|
"uuid-by-string": "^3.0.7",
|
|
"vm2": "^3.9.9",
|
|
"wikipedia": "^1.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-google": "^0.14.0"
|
|
}
|
|
}
|