chomens-bot-js/package.json
2022-11-15 16:13:51 +07:00

44 lines
1.1 KiB
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",
"express": "^4.18.2",
"minecraft-data": "^3.11.0",
"mineflayer": "^4.3.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"prismarine-block": "^1.16.3",
"prismarine-chunk": "^1.32.0",
"prismarine-item": "^1.11.5",
"prismarine-registry": "^1.3.0",
"prismarine-viewer": "^1.23.0",
"randomstring": "^1.2.2",
"readline": "^1.3.0",
"sharp": "^0.31.1",
"sleep-promise": "^9.1.0",
"socket.io": "^4.5.2",
"urban-dictionary": "^3.0.2",
"uuid-by-string": "^3.0.7",
"vm2": "^3.9.11",
"wikipedia": "^1.1.9"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
}
}