mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
54380a3cb7
* initialize yggdrasil with agent option if it exists * standardjs * move require statements to the top * add agent option to docs and ts type information also removed useless typescript import and moved class fields from wrong class to the correct one * update proxy examples and add http agents for proxying yggdrasil * update to agent supporting yggdrasil version
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"name": "node-minecraft-protocol-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"proxy-agent": "^3.1.1",
|
|
"socks": "^2.3.3"
|
|
},
|
|
"description": "A node-minecraft-protocol example"
|
|
}
|