mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@octokit/plugin-retry",
|
|
"version": "5.0.5",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Automatic retry plugin for octokit",
|
|
"repository": "github:octokit/plugin-retry.js",
|
|
"author": "Simon Grondin (http://github.com/SGrondin)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^10.0.0",
|
|
"@octokit/request-error": "^4.0.1",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/core": "^4.0.0",
|
|
"@octokit/tsconfig": "^2.0.0",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"esbuild": "^0.18.0",
|
|
"fetch-mock": "^9.0.0",
|
|
"glob": "^10.2.6",
|
|
"jest": "^29.0.0",
|
|
"prettier": "2.8.8",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^29.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"main": "dist-node/index.js",
|
|
"browser": "dist-web/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"module": "dist-src/index.js",
|
|
"sideEffects": false
|
|
}
|