{ "name": "@octokit/oauth-authorization-url", "publishConfig": { "access": "public", "provenance": true }, "type": "module", "version": "8.0.0", "description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow", "repository": "github:octokit/oauth-authorization-url.js", "files": [ "dist-*/**" ], "keywords": [ "octokit", "github", "oauth" ], "author": "Gregor Martynus (https://github.com/gr2m)", "license": "MIT", "devDependencies": { "@octokit/tsconfig": "^4.0.0", "@vitest/coverage-v8": "^3.0.0", "esbuild": "^0.25.0", "glob": "^11.0.0", "prettier": "3.5.3", "typescript": "^5.0.0", "vitest": "^3.0.0" }, "engines": { "node": ">= 20" }, "types": "./dist-types/index.d.ts", "exports": { ".": { "types": "./dist-types/index.d.ts", "import": "./dist-src/index.js", "default": "./dist-src/index.js" } }, "sideEffects": false, "unpkg": "dist-src/index.js" }