DonutBot/package.json

18 lines
355 B
JSON

{
"name": "mcbot",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.3.1",
"mineflayer": "^4.35.0",
"mineflayer-gui": "^4.0.2",
"vec3": "^0.1.10"
}
}