Files
codeql-action/node_modules/@octokit/oauth-authorization-url/package.json
2025-05-27 12:34:30 +00:00

44 lines
1014 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}