prismarine-tokens-fixed
Version:
Store and use authentication tokens instead of passwords to prevent Mojang from blocking your account
32 lines (31 loc) • 875 B
JSON
{
"name": "prismarine-tokens-fixed",
"version": "1.1.2",
"description": "Store and use authentication tokens instead of passwords to prevent Mojang from blocking your account",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smadger1/prismarine-tokens-fixed.git"
},
"keywords": [
"minecraft",
"prismarinejs",
"mineflayer",
"bot",
"nodejs",
"prismarine",
"minecraft-protocol"
],
"author": "pqml",
"license": "MIT",
"bugs": {
"url": "https://github.com/Smadger1/prismarine-tokens-fixed/issues"
},
"homepage": "https://github.com/Smadger1/prismarine-tokens-fixed#readme",
"dependencies": {
"yggdrasil": "git+https://github.com/zekesonxx/node-yggdrasil.git"
}
}