Update package.json

This commit is contained in:
2024-09-14 12:51:47 -03:00
parent ace8eb4ab1
commit d84c0371f0

View File

@ -5,6 +5,9 @@
"author": "Guilherme Werner <guilhermewerner@tribufu.com>", "author": "Guilherme Werner <guilhermewerner@tribufu.com>",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": {
"start": "node src/multi.js"
},
"dependencies": { "dependencies": {
"bedrock-protocol": "^3.39.0", "bedrock-protocol": "^3.39.0",
"mineflayer": "^4.20.1", "mineflayer": "^4.20.1",