mojang-auth
Version:
Mojang authentication client, re-implementing parts of `node-yggdrasil` in classes, and adding support for custom auth servers.
24 lines (23 loc) • 580 B
JSON
{
"name": "mojang-auth",
"version": "1.0.1",
"author": "Corman",
"description": "Mojang authentication client, re-implementing parts of `node-yggdrasil` in classes, and adding support for custom auth servers.",
"main": "index.js",
"keywords": [
"minecraft",
"minecraft auth",
"authentication",
"yggdrasil"
],
"dependencies": {
"node-fetch": "^2.6.1",
"uuid": "^8.2.0"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.19",
"@types/node-fetch": "^2.5.8",
"@types/uuid": "^8.3.0"
}
}