UNPKG

@octokit/rest

Version:

GitHub REST API client for Node.js

74 lines (73 loc) 1.78 kB
{ "name": "@octokit/rest", "version": "20.0.2", "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": "^5.0.0", "@octokit/plugin-paginate-rest": "^9.0.0", "@octokit/plugin-request-log": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0" }, "devDependencies": { "@octokit/auth-action": "^4.0.0", "@octokit/auth-app": "^6.0.0", "@octokit/fixtures-server": "^7.0.0", "@octokit/request": "^8.0.4", "@octokit/tsconfig": "^2.0.0", "@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.5", "jest": "^29.0.0", "nock": "^13.3.1", "prettier": "3.0.3", "semantic-release": "^22.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0", "undici": "^5.22.1" }, "license": "MIT", "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 }