{
  "name": "@octokit/oauth-authorization-url",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "version": "7.1.1",
  "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": "^3.0.0",
    "@types/jest": "^29.0.0",
    "esbuild": "^0.20.0",
    "glob": "^10.2.6",
    "jest": "^29.0.0",
    "prettier": "3.2.5",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">= 18"
  },
  "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"
}
