UNPKG

onelnchr-mc-auth

Version:

Package to authenticate with minecraft. Fork of minecraft-auth by dommilosz which uses my own appID by default.

50 lines (49 loc) 1.19 kB
{ "name": "onelnchr-mc-auth", "version": "2.0.7", "description": "Package to authenticate with minecraft. Fork of minecraft-auth by dommilosz which uses my own appID by default.", "main": "dist/index.js", "scripts": { "test": "jest", "debug": "nodemon src/index.ts", "build": "tsc", "prepublishOnly": "jest && tsc" }, "keywords": [ "minecraft", "minecraft auth", "authentication", "mojang", "microsoft oauth" ], "author": "dommilosz", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Zmito26dev/onelnchr-mc-auth.git" }, "bugs": { "url": "https://github.com/Zmito26dev/onelnchr-mc-auth/issues" }, "engines": { "node": ">=16" }, "dependencies": { "dotenv": "^16.4.7", "http-client-methods": "^1.0.4" }, "files": [ "dist/**/*" ], "devDependencies": { "@tsconfig/node16": "^16.1.1", "@types/jest": "^29.5.5", "@types/node": "^20.8.3", "jest": "^29.7.0", "jest-mock": "^29.7.0", "nodemon": "^3.0.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }