{
  "name": "@octoherd/octokit",
  "publishConfig": {
    "access": "public"
  },
  "version": "5.0.1",
  "description": "Customized Octokit for Octoherd",
  "type": "module",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": ">= 18"
  },
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "octoherd",
    "octokit"
  ],
  "author": "Gregor Martynus (https://twitter.com/gr2m)",
  "license": "ISC",
  "repository": "github:octoherd/octokit",
  "dependencies": {
    "@octokit/core": "^6.1.2",
    "@octokit/plugin-paginate-rest": "^12.0.0",
    "@octokit/plugin-retry": "^7.0.0",
    "@octokit/plugin-throttling": "^10.0.0",
    "quick-format-unescaped": "^4.0.1",
    "semantic-release-plugin-update-version-in-files": "^2.0.0"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/github",
      "@semantic-release/npm",
      [
        "semantic-release-plugin-update-version-in-files",
        {
          "files": [
            "version.js"
          ]
        }
      ]
    ]
  }
}
