chomens-bot-js/package.json

40 lines
963 B
JSON
Raw Normal View History

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": "^9.0.0",
"axios": "^1.2.1",
2022-08-14 05:51:45 -04:00
"color-convert": "^2.0.1",
2022-08-22 06:14:03 -04:00
"cowsay2": "^2.0.4",
"discord.js": "^14.7.1",
"minecraft-data": "^3.11.0",
"minecraft-protocol": "^1.26.5",
"mineflayer": "^4.0.0",
2022-08-14 05:51:45 -04:00
"moment-timezone": "^0.5.34",
2022-11-27 02:35:28 -05:00
"prismarine-chat": "^1.7.2",
2022-11-27 03:03:31 -05:00
"prismarine-nbt": "^2.2.1",
2022-08-14 05:51:45 -04:00
"randomstring": "^1.2.2",
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",
"urban-dictionary": "^3.0.2",
"uuid-by-string": "^4.0.0",
2022-11-27 03:03:31 -05:00
"vec3": "^0.1.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
}
}