UNPKG

@octoherd/octokit

Version:

Customized Octokit for Octoherd

49 lines (48 loc) 1.14 kB
{ "name": "@octoherd/octokit", "publishConfig": { "access": "public" }, "version": "5.0.3", "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": "^7.0.0", "@octokit/plugin-paginate-rest": "^14.0.0", "@octokit/plugin-retry": "^8.0.0", "@octokit/plugin-throttling": "^11.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" ] } ] ] } }