chomens-bot-js/package.json

39 lines
1,008 B
JSON

{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.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": "^9.0.0",
"axios": "^1.2.1",
"color-convert": "^2.0.1",
"cowsay2": "^2.0.4",
"discord.js": "^14.7.1",
"minecraft-data": "^3.11.0",
"minecraft-protocol": "^1.26.5",
"mineflayer": "^4.0.0",
"moment-timezone": "^0.5.34",
"prismarine-chat": "git+https://github.com/PrismarineJS/prismarine-chat",
"prismarine-nbt": "^2.2.1",
"randomstring": "^1.2.2",
"sharp": "^0.31.1",
"sleep-promise": "^9.1.0",
"urban-dictionary": "^3.0.2",
"uuid-by-string": "^4.0.0",
"vec3": "^0.1.7",
"vm2": "^3.9.11",
"wikipedia": "^1.1.9"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0"
}
}