UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@octokit/plugin-retry",
3 "description": "Automatic retry plugin for octokit",
4 "version": "3.0.7",
5 "license": "MIT",
6 "files": [
7 "dist-*/",
8 "bin/"
9 ],
10 "pika": true,
11 "sideEffects": false,
12 "homepage": "https://github.com/octokit/plugin-retry.js#readme",
13 "bugs": {
14 "url": "https://github.com/octokit/plugin-retry.js/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/octokit/plugin-retry.js.git"
19 },
20 "dependencies": {
21 "@octokit/types": "^6.0.3",
22 "bottleneck": "^2.15.3"
23 },
24 "devDependencies": {
25 "@octokit/core": "^3.0.0",
26 "@octokit/request-error": "^2.0.0",
27 "@pika/pack": "^0.5.0",
28 "@pika/plugin-build-node": "^0.9.0",
29 "@pika/plugin-build-web": "^0.9.0",
30 "@pika/plugin-ts-standard-pkg": "^0.9.0",
31 "@types/fetch-mock": "^7.3.1",
32 "@types/jest": "^26.0.0",
33 "@types/node": "^14.0.0",
34 "fetch-mock": "^9.0.0",
35 "jest": "^26.0.1",
36 "prettier": "^2.0.1",
37 "semantic-release": "^17.0.0",
38 "semantic-release-plugin-update-version-in-files": "^1.0.0",
39 "ts-jest": "^26.0.0",
40 "typescript": "^4.0.2"
41 },
42 "publishConfig": {
43 "access": "public"
44 },
45 "source": "dist-src/index.js",
46 "types": "dist-types/index.d.ts",
47 "main": "dist-node/index.js",
48 "module": "dist-web/index.js"
49}