2022-08-14 05:51:45 -04:00
|
|
|
{
|
|
|
|
"name": "bot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2022-11-15 04:13:51 -05:00
|
|
|
"main": "index.js",
|
2022-08-14 05:51:45 -04:00
|
|
|
"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",
|
2022-08-22 06:14:03 -04:00
|
|
|
"cowsay2": "^2.0.4",
|
2022-08-14 05:51:45 -04:00
|
|
|
"discord.js": "^13.7.0",
|
2022-10-13 02:01:21 -04:00
|
|
|
"express": "^4.18.2",
|
2022-08-26 06:13:00 -04:00
|
|
|
"minecraft-data": "^3.11.0",
|
2022-08-14 05:51:45 -04:00
|
|
|
"mineflayer": "^4.3.0",
|
|
|
|
"moment": "^2.29.3",
|
|
|
|
"moment-timezone": "^0.5.34",
|
2022-08-28 10:01:36 -04:00
|
|
|
"prismarine-block": "^1.16.3",
|
2022-11-27 02:35:28 -05:00
|
|
|
"prismarine-chat": "^1.7.2",
|
2022-09-11 03:31:16 -04:00
|
|
|
"prismarine-chunk": "^1.32.0",
|
2022-08-28 09:42:18 -04:00
|
|
|
"prismarine-item": "^1.11.5",
|
2022-09-11 03:31:16 -04:00
|
|
|
"prismarine-registry": "^1.3.0",
|
2022-08-14 05:51:45 -04:00
|
|
|
"prismarine-viewer": "^1.23.0",
|
|
|
|
"randomstring": "^1.2.2",
|
|
|
|
"readline": "^1.3.0",
|
2022-10-15 02:28:55 -04:00
|
|
|
"sharp": "^0.31.1",
|
2022-08-14 05:51:45 -04:00
|
|
|
"sleep-promise": "^9.1.0",
|
2022-10-13 02:01:21 -04:00
|
|
|
"socket.io": "^4.5.2",
|
2022-08-14 05:51:45 -04:00
|
|
|
"urban-dictionary": "^3.0.2",
|
|
|
|
"uuid-by-string": "^3.0.7",
|
2022-10-24 23:49:36 -04:00
|
|
|
"vm2": "^3.9.11",
|
2022-08-14 05:51:45 -04:00
|
|
|
"wikipedia": "^1.1.9"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.20.0",
|
2022-11-27 02:35:28 -05:00
|
|
|
"eslint-config-standard": "^17.0.0"
|
2022-08-14 05:51:45 -04:00
|
|
|
}
|
|
|
|
}
|