UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@octokit/request-error",
3 "version": "4.0.1",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "Error class for Octokit request errors",
8 "repository": "github:octokit/request-error.js",
9 "keywords": [
10 "octokit",
11 "github",
12 "api",
13 "error"
14 ],
15 "author": "Gregor Martynus (https://github.com/gr2m)",
16 "license": "MIT",
17 "dependencies": {
18 "@octokit/types": "^9.0.0",
19 "deprecation": "^2.0.0",
20 "once": "^1.4.0"
21 },
22 "devDependencies": {
23 "@octokit/tsconfig": "^1.0.2",
24 "@types/jest": "^29.0.0",
25 "@types/node": "^18.0.0",
26 "@types/once": "^1.4.0",
27 "esbuild": "^0.17.19",
28 "glob": "^10.2.6",
29 "jest": "^29.0.0",
30 "prettier": "2.8.8",
31 "ts-jest": "^29.0.0",
32 "typescript": "^5.0.0"
33 },
34 "engines": {
35 "node": ">= 18"
36 },
37 "files": [
38 "dist-*/**",
39 "bin/**"
40 ],
41 "main": "dist-node/index.js",
42 "browser": "dist-web/index.js",
43 "types": "dist-types/index.d.ts",
44 "module": "dist-src/index.js",
45 "sideEffects": false,
46 "unpkg": "dist-web/index.js"
47}