LookAtMySuitBot/js/node_modules/minecraft-protocol/examples/client_socks_proxy/package.json

11 lines
219 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"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"
}