mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
60379eb7d2
* Handle auth potentially being an function * "Simple" example of how in theroy it would work * Add package.json * Fix lint * add type declarations * Remove mcleaks example * Add doc changes * adjust warning * Fix lint from rebase manual edit.
10 lines
272 B
JSON
10 lines
272 B
JSON
{
|
|
"name": "node-minecraft-protocol-example-client-custom-auth",
|
|
"version": "0.0.0",
|
|
"description": "A node-minecraft-protocol example",
|
|
"main": "client_custom_auth.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": ""
|
|
}
|