mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Added package.json
Added a package.json that has the dependencies for the example code.
This commit is contained in:
parent
39b2fc2157
commit
f3a25af4dc
11
examples/server_world/package.json
Normal file
11
examples/server_world/package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user