mirror of
https://github.com/barkeser2002/node-minecraft-protocol.git
synced 2026-09-25 04:30:15 +03:00
* Initial commit * require minecraft-data * use buffer.compare instead of === * use .equals * Fix flipped serializer
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"name": "node-minecraft-protocol-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"minecraft-packets": "^1.1.5"
|
|
},
|
|
"description": "A node-minecraft-protocol example"
|
|
}
|
|
|