{
  "name": "@form8ion/github",
  "description": "form8ion plugin for projects using GitHub as host for their git repository",
  "license": "MIT",
  "version": "3.0.1",
  "type": "module",
  "engines": {
    "node": "^20.19.0 || >=22.14.0"
  },
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
  "repository": "form8ion/github",
  "bugs": "https://github.com/form8ion/github/issues",
  "homepage": "https://npm.im/@form8ion/github",
  "runkitExampleFilename": "./example.js",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "sideEffects": false,
  "scripts": {
    "build:js": "rollup --config",
    "watch": "run-s 'build:js -- --watch'",
    "clean": "rimraf ./lib",
    "prebuild": "run-s clean",
    "build": "npm-run-all --print-label --parallel build:*",
    "prepack": "run-s build",
    "pregenerate:md": "run-s build",
    "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
    "test:unit:base": "DEBUG=any vitest run",
    "lint:lockfile": "lockfile-lint",
    "prepare": "husky",
    "lint:md": "remark . --frail",
    "generate:md": "remark . --output",
    "lint:peer": "npm ls >/dev/null",
    "pretest:integration:base": "run-s build",
    "test:integration": "run-s 'test:integration:base -- --profile noWip'",
    "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
    "test:integration:debug": "DEBUG=test run-s test:integration",
    "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
    "test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
    "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
    "test:integration:focus:debug": "DEBUG=test run-s 'test:integration:focus'",
    "lint:gherkin": "gherkin-lint --config=.gherkin-lintrc.json",
    "lint:js": "eslint . --cache",
    "lint:js:fix": "run-s 'lint:js -- --fix'",
    "lint:publish": "publint --strict",
    "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
    "lint:engines": "ls-engines",
    "pretest": "run-s build"
  },
  "files": [
    "example.js",
    "lib/",
    "src/"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "packageManager": "npm@11.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c",
  "dependencies": {
    "@form8ion/core": "^4.6.1",
    "@form8ion/github-core": "^2.0.0",
    "@form8ion/repository-settings": "^2.0.0",
    "deepmerge": "^4.3.1",
    "lodash.kebabcase": "^4.1.1",
    "lodash.uniqby": "^4.7.0",
    "lodash.zip": "^4.2.0",
    "octokit-plugin-unique-issue": "^1.2.0"
  },
  "devDependencies": {
    "@cucumber/cucumber": "11.3.0",
    "@form8ion/commitlint-config": "2.0.11",
    "@form8ion/eslint-config": "7.0.14",
    "@form8ion/eslint-config-cucumber": "1.4.1",
    "@form8ion/eslint-config-vitest": "1.1.0",
    "@form8ion/remark-lint-preset": "6.0.7",
    "@octokit/core": "7.0.6",
    "@travi/any": "3.3.0",
    "c8": "11.0.0",
    "cross-env": "10.1.0",
    "cz-conventional-changelog": "3.3.0",
    "debug": "4.4.3",
    "deep-equal": "2.2.3",
    "gherkin-lint": "4.2.4",
    "http-status-codes": "2.3.0",
    "husky": "9.1.7",
    "js-yaml": "4.1.1",
    "lockfile-lint": "5.0.0",
    "ls-engines": "0.9.4",
    "mock-fs": "5.5.0",
    "msw": "2.13.3",
    "npm-run-all2": "8.0.4",
    "publint": "0.3.18",
    "remark-cli": "12.0.1",
    "remark-toc": "9.0.0",
    "remark-usage": "11.0.1",
    "rimraf": "6.1.3",
    "rollup": "4.60.1",
    "rollup-plugin-auto-external": "2.0.0",
    "vitest": "4.1.4",
    "vitest-when": "0.10.0"
  },
  "peerDependencies": {
    "@octokit/core": "^7.0.0"
  }
}
