UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@octokit/plugin-retry",
3 "description": "Automatic retry plugin for octokit",
4 "version": "3.0.1",
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": "^2.0.1",
22 "bottleneck": "^2.15.3"
23 },
24 "devDependencies": {
25 "@octokit/core": "^2.0.0",
26 "@octokit/request-error": "^1.0.2",
27 "@pika/pack": "^0.5.0",
28 "@pika/plugin-build-node": "^0.8.1",
29 "@pika/plugin-build-web": "^0.8.1",
30 "@pika/plugin-ts-standard-pkg": "^0.8.1",
31 "@types/fetch-mock": "^7.3.1",
32 "@types/jest": "^24.0.18",
33 "@types/node": "^13.1.0",
34 "fetch-mock": "^8.0.0",
35 "jest": "^24.9.0",
36 "prettier": "^1.18.2",
37 "semantic-release": "^16.0.0",
38 "semantic-release-plugin-update-version-in-files": "^1.0.0",
39 "ts-jest": "^24.1.0",
40 "typescript": "^3.7.2"
41 },
42 "publishConfig": {
43 "access": "public",
44 "tag": "latest"
45 },
46 "source": "dist-src/index.js",
47 "types": "dist-types/index.d.ts",
48 "main": "dist-node/index.js",
49 "module": "dist-web/index.js"
50}