mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-12-20 04:22:22 -05:00
12 lines
253 B
JSON
12 lines
253 B
JSON
|
{
|
||
|
"name": "node-minecraft-protocol-example",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"prismarine-chunk": "^1.7.0",
|
||
|
"vec3": "^0.1.3"
|
||
|
},
|
||
|
"description": "A node-minecraft-protocol example",
|
||
|
"author": "Oscar Beaumont"
|
||
|
}
|