UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@octokit/rest",
3 "version": "20.0.2",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "GitHub REST API client for Node.js",
8 "keywords": [
9 "octokit",
10 "github",
11 "rest",
12 "api-client"
13 ],
14 "author": "Gregor Martynus (https://github.com/gr2m)",
15 "contributors": [
16 {
17 "name": "Mike de Boer",
18 "email": "info@mikedeboer.nl"
19 },
20 {
21 "name": "Fabian Jakobs",
22 "email": "fabian@c9.io"
23 },
24 {
25 "name": "Joe Gallo",
26 "email": "joe@brassafrax.com"
27 },
28 {
29 "name": "Gregor Martynus",
30 "url": "https://github.com/gr2m"
31 }
32 ],
33 "repository": "github:octokit/rest.js",
34 "dependencies": {
35 "@octokit/core": "^5.0.0",
36 "@octokit/plugin-paginate-rest": "^9.0.0",
37 "@octokit/plugin-request-log": "^4.0.0",
38 "@octokit/plugin-rest-endpoint-methods": "^10.0.0"
39 },
40 "devDependencies": {
41 "@octokit/auth-action": "^4.0.0",
42 "@octokit/auth-app": "^6.0.0",
43 "@octokit/fixtures-server": "^7.0.0",
44 "@octokit/request": "^8.0.4",
45 "@octokit/tsconfig": "^2.0.0",
46 "@types/jest": "^29.0.0",
47 "@types/node": "^18.0.0",
48 "esbuild": "^0.19.0",
49 "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
50 "glob": "^10.2.5",
51 "jest": "^29.0.0",
52 "nock": "^13.3.1",
53 "prettier": "3.0.3",
54 "semantic-release": "^22.0.0",
55 "semantic-release-plugin-update-version-in-files": "^1.0.0",
56 "ts-jest": "^29.0.0",
57 "typescript": "^5.0.0",
58 "undici": "^5.22.1"
59 },
60 "license": "MIT",
61 "engines": {
62 "node": ">= 18"
63 },
64 "files": [
65 "dist-*/**",
66 "bin/**"
67 ],
68 "main": "dist-node/index.js",
69 "module": "dist-web/index.js",
70 "types": "dist-types/index.d.ts",
71 "source": "dist-src/index.js",
72 "sideEffects": false
73}