mirror of
https://github.com/github/codeql-action.git
synced 2026-04-20 05:48:49 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|