action-gh-release/node_modules/@octokit/plugin-retry/package.json
2021-07-21 15:17:14 +08:00

49 lines
1.3 KiB
JSON

{
"name": "@octokit/plugin-retry",
"description": "Automatic retry plugin for octokit",
"version": "3.0.2",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"homepage": "https://github.com/octokit/plugin-retry.js#readme",
"bugs": {
"url": "https://github.com/octokit/plugin-retry.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/octokit/plugin-retry.js.git"
},
"dependencies": {
"@octokit/types": "^4.0.1",
"bottleneck": "^2.15.3"
},
"devDependencies": {
"@octokit/core": "^2.0.0",
"@octokit/request-error": "^2.0.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^25.1.0",
"@types/node": "^14.0.0",
"fetch-mock": "^9.0.0",
"jest": "^24.9.0",
"prettier": "^2.0.1",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^25.1.0",
"typescript": "^3.7.2"
},
"publishConfig": {
"access": "public"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}