mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-12-20 04:22:22 -05:00
294e20b54a
* Initial commit * require minecraft-data * use buffer.compare instead of === * use .equals * Fix flipped serializer
10 lines
No EOL
220 B
JSON
10 lines
No EOL
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"
|
|
}
|
|
|