UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@octokit/graphql",
3 "version": "8.1.1",
4 "publishConfig": {
5 "access": "public",
6 "provenance": true
7 },
8 "type": "module",
9 "description": "GitHub GraphQL API client for browsers and Node",
10 "repository": "github:octokit/graphql.js",
11 "keywords": [
12 "octokit",
13 "github",
14 "api",
15 "graphql"
16 ],
17 "author": "Gregor Martynus (https://github.com/gr2m)",
18 "license": "MIT",
19 "dependencies": {
20 "@octokit/request": "^9.0.0",
21 "@octokit/types": "^13.0.0",
22 "universal-user-agent": "^7.0.0"
23 },
24 "devDependencies": {
25 "@octokit/tsconfig": "^3.0.0",
26 "@types/fetch-mock": "^7.2.5",
27 "@types/jest": "^29.0.0",
28 "@types/node": "^20.0.0",
29 "esbuild": "^0.20.0",
30 "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
31 "glob": "^10.2.6",
32 "jest": "^29.0.0",
33 "prettier": "3.2.5",
34 "semantic-release-plugin-update-version-in-files": "^1.0.0",
35 "ts-jest": "^29.1.0",
36 "typescript": "^5.3.0"
37 },
38 "engines": {
39 "node": ">= 18"
40 },
41 "files": [
42 "dist-*/**",
43 "bin/**"
44 ],
45 "types": "./dist-types/index.d.ts",
46 "exports": {
47 ".": {
48 "types": "./dist-types/index.d.ts",
49 "import": "./dist-bundle/index.js",
50 "default": "./dist-bundle/index.js"
51 },
52 "./types": {
53 "types": "./dist-types/types.d.ts"
54 }
55 },
56 "sideEffects": false
57}