UNPKG

@octokit/graphql

Version:

GitHub GraphQL API client for browsers and Node

58 lines (57 loc) 1.36 kB
{ "name": "@octokit/graphql", "version": "8.1.1", "publishConfig": { "access": "public", "provenance": true }, "type": "module", "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": "^9.0.0", "@octokit/types": "^13.0.0", "universal-user-agent": "^7.0.0" }, "devDependencies": { "@octokit/tsconfig": "^3.0.0", "@types/fetch-mock": "^7.2.5", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "esbuild": "^0.20.0", "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", "glob": "^10.2.6", "jest": "^29.0.0", "prettier": "3.2.5", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^29.1.0", "typescript": "^5.3.0" }, "engines": { "node": ">= 18" }, "files": [ "dist-*/**", "bin/**" ], "types": "./dist-types/index.d.ts", "exports": { ".": { "types": "./dist-types/index.d.ts", "import": "./dist-bundle/index.js", "default": "./dist-bundle/index.js" }, "./types": { "types": "./dist-types/types.d.ts" } }, "sideEffects": false }