1 | {
|
2 | "name": "@octokit/core",
|
3 | "version": "6.1.2",
|
4 | "publishConfig": {
|
5 | "access": "public",
|
6 | "provenance": true
|
7 | },
|
8 | "type": "module",
|
9 | "description": "Extendable client for GitHub's REST & GraphQL APIs",
|
10 | "repository": "github:octokit/core.js",
|
11 | "keywords": [
|
12 | "octokit",
|
13 | "github",
|
14 | "api",
|
15 | "sdk",
|
16 | "toolkit"
|
17 | ],
|
18 | "author": "Gregor Martynus (https://github.com/gr2m)",
|
19 | "license": "MIT",
|
20 | "dependencies": {
|
21 | "@octokit/auth-token": "^5.0.0",
|
22 | "@octokit/graphql": "^8.0.0",
|
23 | "@octokit/request": "^9.0.0",
|
24 | "@octokit/request-error": "^6.0.1",
|
25 | "@octokit/types": "^13.0.0",
|
26 | "before-after-hook": "^3.0.2",
|
27 | "universal-user-agent": "^7.0.0"
|
28 | },
|
29 | "devDependencies": {
|
30 | "@octokit/auth-action": "^5.0.0",
|
31 | "@octokit/auth-app": "^6.0.0",
|
32 | "@octokit/auth-oauth-app": "^8.0.0",
|
33 | "@octokit/tsconfig": "^3.0.0",
|
34 | "@sinonjs/fake-timers": "^11.2.2",
|
35 | "@types/fetch-mock": "^7.3.8",
|
36 | "@types/jest": "^29.0.0",
|
37 | "@types/lolex": "^5.1.0",
|
38 | "@types/node": "^20.0.0",
|
39 | "@types/sinonjs__fake-timers": "^8.1.5",
|
40 | "esbuild": "^0.20.0",
|
41 | "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
|
42 | "glob": "^10.2.5",
|
43 | "http-proxy-agent": "^7.0.0",
|
44 | "jest": "^29.0.0",
|
45 | "prettier": "3.2.5",
|
46 | "proxy": "^2.0.0",
|
47 | "semantic-release": "^23.0.0",
|
48 | "semantic-release-plugin-update-version-in-files": "^1.0.0",
|
49 | "ts-jest": "^29.0.0",
|
50 | "typescript": "^5.0.0",
|
51 | "undici": "^6.0.0"
|
52 | },
|
53 | "engines": {
|
54 | "node": ">= 18"
|
55 | },
|
56 | "files": [
|
57 | "dist-*/**",
|
58 | "bin/**"
|
59 | ],
|
60 | "types": "./dist-types/index.d.ts",
|
61 | "exports": {
|
62 | ".": {
|
63 | "types": "./dist-types/index.d.ts",
|
64 | "import": "./dist-src/index.js",
|
65 | "default": "./dist-src/index.js"
|
66 | },
|
67 | "./types": {
|
68 | "types": "./dist-types/types.d.ts"
|
69 | }
|
70 | },
|
71 | "sideEffects": false
|
72 | }
|