UNPKG

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