chomens-bot-js/package.json
2022-11-27 15:03:31 +07:00

39 lines
964 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": "^8.0.0",
"axios": "^0.27.2",
"color-convert": "^2.0.1",
"cowsay2": "^2.0.4",
"discord.js": "^13.7.0",
"minecraft-data": "^3.11.0",
"minecraft-protocol": "^1.36.1",
"mineflayer": "^4.3.0",
"moment-timezone": "^0.5.34",
"prismarine-chat": "^1.7.2",
"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": "^3.0.7",
"vec3": "^0.1.7",
"vm2": "^3.9.11",
"wikipedia": "^1.1.9"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0"
}
}