UNPKG

@octokit/openapi

Version:

GitHub's official OpenAPI spec with Octokit extensions

69 lines (68 loc) 1.6 kB
{ "name": "@octokit/openapi", "publishConfig": { "access": "public", "provenance": true }, "version": "22.0.0", "description": "GitHub's official OpenAPI spec with Octokit extensions", "main": "index.js", "files": [ "index.js", "generated" ], "scripts": { "download": "node scripts/download.mjs", "build": "node scripts/build.mjs", "test": "node scripts/test.mjs", "lint": "prettier --check . '!cache' '!generated' '!anicca'", "lint:fix": "prettier --write . '!cache' '!generated' '!anicca'", "pretest": "npm run -s lint" }, "repository": "github:octokit/openapi", "keywords": [ "github", "openapi", "octokit" ], "author": "Gregor Martynus (https://dev.to/gr2m)", "license": "MIT", "devDependencies": { "@octokit/core": "^7.0.0", "deep-equal": "^2.2.3", "execa": "^9.0.0", "github-enterprise-server-versions": "^3.0.0", "lodash": "^4.17.21", "map-obj": "^6.0.0", "prettier": "^3.2.5", "semantic-release-plugin-update-version-in-files": "^2.0.0", "sort-keys": "^6.0.0" }, "engines": { "node": ">=18" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "semantic-release-plugin-update-version-in-files", { "files": [ "generated/*" ] } ], [ "@semantic-release/github", { "assets": "generated/*.json" } ], "@semantic-release/npm" ] } }