@lumia/mojang-authenticator
Version:
Authenticator for Mojang Services
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "@lumia/mojang-authenticator",
"version": "1.0.1",
"description": "Authenticator for Mojang Services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/*.spec.ts",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soundofdarkness/mojang-authenticator.git"
},
"keywords": [
"Mojang",
"Minecraft",
"Authenticator"
],
"author": "Soundofdarkness",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soundofdarkness/mojang-authenticator/issues"
},
"homepage": "https://github.com/Soundofdarkness/mojang-authenticator#readme",
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/mocha": "^5.2.7",
"@types/request-promise-native": "^1.0.17",
"@types/uuid": "^3.4.6",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"dependencies": {
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.3.3"
}
}