mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-13 23:00:25 -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
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue