2024-08-12 04:33:43 -04:00
|
|
|
{
|
|
|
|
"dependencies": {
|
|
|
|
"minecraft-protocol": "^1.45.0",
|
|
|
|
"prismarine-chat": "^1.10.0"
|
|
|
|
},
|
2024-08-19 13:38:52 -04:00
|
|
|
"name": "botv11",
|
|
|
|
"version": "11.0.0-alpha.1",
|
2024-08-12 04:33:43 -04:00
|
|
|
"main": "index.js",
|
2024-08-19 13:41:35 -04:00
|
|
|
"type": "module",
|
2024-08-12 04:33:43 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"description": ""
|
|
|
|
}
|