1 | {
|
2 | "name": "@octokit/endpoint",
|
3 | "version": "10.1.1",
|
4 | "type": "module",
|
5 | "publishConfig": {
|
6 | "access": "public",
|
7 | "provenance": true
|
8 | },
|
9 | "description": "Turns REST API endpoints into generic request options",
|
10 | "repository": "github:octokit/endpoint.js",
|
11 | "keywords": [
|
12 | "octokit",
|
13 | "github",
|
14 | "api",
|
15 | "rest"
|
16 | ],
|
17 | "author": "Gregor Martynus (https://github.com/gr2m)",
|
18 | "license": "MIT",
|
19 | "devDependencies": {
|
20 | "@octokit/tsconfig": "^3.0.0",
|
21 | "@types/jest": "^29.0.0",
|
22 | "@types/node": "^20.10.0",
|
23 | "esbuild": "^0.20.0",
|
24 | "glob": "^10.2.7",
|
25 | "jest": "^29.0.0",
|
26 | "prettier": "3.2.5",
|
27 | "semantic-release": "^23.0.0",
|
28 | "semantic-release-plugin-update-version-in-files": "^1.0.0",
|
29 | "ts-jest": "^29.0.0",
|
30 | "typescript": "^5.0.0"
|
31 | },
|
32 | "dependencies": {
|
33 | "@octokit/types": "^13.0.0",
|
34 | "universal-user-agent": "^7.0.2"
|
35 | },
|
36 | "engines": {
|
37 | "node": ">= 18"
|
38 | },
|
39 | "files": [
|
40 | "dist-*/**",
|
41 | "bin/**"
|
42 | ],
|
43 | "types": "./dist-types/index.d.ts",
|
44 | "exports": {
|
45 | ".": {
|
46 | "types": "./dist-types/index.d.ts",
|
47 | "import": "./dist-bundle/index.js",
|
48 | "default": "./dist-bundle/index.js"
|
49 | }
|
50 | },
|
51 | "sideEffects": false
|
52 | }
|