UNPKG

@xboxreplay/xboxlive-auth

Version:

A light but advanced Xbox Live authentication module with OAuth2.0 and Electron support

41 lines (40 loc) 964 B
{ "name": "@xboxreplay/xboxlive-auth", "description": "A light but advanced Xbox Live authentication module with OAuth2.0 and Electron support", "version": "4.1.0", "keywords": [ "xboxreplay", "xboxlive", "xbox", "live", "auth" ], "license": "MIT", "author": { "name": "Alexis Bize", "email": "alexis.bize@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/XboxReplay/xboxlive-auth" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && ./node_modules/.bin/tsc", "clean": "./node_modules/.bin/rimraf ./dist", "prepublishOnly": "npm run test && npm run build", "touch-test-env": "touch .env.test", "test": "npm run touch-test-env && ts-node ./__tests__/e2e.test.js" }, "dependencies": { "axios": "1.7.9" }, "devDependencies": { "@types/node": "22.10.1", "dotenv": "16.4.7", "rimraf": "6.0.1", "ts-node": "10.9.2", "typescript": "5.7.2" } }