mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-24 08:17:52 -05:00
f3a25af4dc
Added a package.json that has the dependencies for the example code.
11 lines
253 B
JSON
11 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"
|
|
}
|