| { |
| "name": "@octokit/graphql", |
| "version": "7.0.2", |
| "publishConfig": { |
| "access": "public" |
| }, |
| "description": "GitHub GraphQL API client for browsers and Node", |
| "repository": "github:octokit/graphql.js", |
| "keywords": [ |
| "octokit", |
| "github", |
| "api", |
| "graphql" |
| ], |
| "author": "Gregor Martynus (https://github.com/gr2m)", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/request": "^8.0.1", |
| "@octokit/types": "^12.0.0", |
| "universal-user-agent": "^6.0.0" |
| }, |
| "devDependencies": { |
| "@octokit/tsconfig": "^2.0.0", |
| "@types/fetch-mock": "^7.2.5", |
| "@types/jest": "^29.0.0", |
| "@types/node": "^18.0.0", |
| "esbuild": "^0.19.0", |
| "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", |
| "glob": "^10.2.6", |
| "jest": "^29.0.0", |
| "prettier": "3.0.3", |
| "semantic-release-plugin-update-version-in-files": "^1.0.0", |
| "ts-jest": "^29.0.0", |
| "typescript": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">= 18" |
| }, |
| "files": [ |
| "dist-*/**", |
| "bin/**" |
| ], |
| "main": "dist-node/index.js", |
| "module": "dist-web/index.js", |
| "types": "dist-types/index.d.ts", |
| "source": "dist-src/index.js", |
| "sideEffects": false |
| } |