{ "name": "@octokit/rest", "version": "19.0.13", "publishConfig": { "access": "public" }, "description": "GitHub REST API client for Node.js", "keywords": [ "octokit", "github", "rest", "api-client" ], "author": "Gregor Martynus (https://github.com/gr2m)", "contributors": [ { "name": "Mike de Boer", "email": "info@mikedeboer.nl" }, { "name": "Fabian Jakobs", "email": "fabian@c9.io" }, { "name": "Joe Gallo", "email": "joe@brassafrax.com" }, { "name": "Gregor Martynus", "url": "https://github.com/gr2m" } ], "repository": "github:octokit/rest.js", "dependencies": { "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^6.1.2", "@octokit/plugin-request-log": "^1.0.4", "@octokit/plugin-rest-endpoint-methods": "^7.1.2" }, "devDependencies": { "@octokit/auth-action": "^2.0.3", "@octokit/auth-app": "^4.0.13", "@octokit/fixtures-server": "^7.0.0", "@octokit/request": "^6.2.5", "@octokit/tsconfig": "^2.0.0", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", "esbuild": "^0.18.0", "fetch-mock": "^9.0.0", "glob": "^10.2.5", "jest": "^29.0.0", "prettier": "2.8.8", "semantic-release": "^21.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "license": "MIT", "engines": { "node": ">= 14" }, "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 }