{
  "name": "octokit-fetch-all-repos",
  "version": "2.0.3",
  "description": "Fetch all repos for a GitHub org/user/team, including/excluding archived, forked etc",
  "type": "module",
  "exports": "./index.js",
  "scripts": {
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
    "lint": "eslint *.js",
    "lint-fix": "eslint --fix *.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mheap/octokit/plugin-fetch-repos"
  },
  "keywords": [
    "github",
    "octokit",
    "plugin",
    "repositories"
  ],
  "author": "Michael Heap <m@michaelheap.com>",
  "license": "MIT",
  "devDependencies": {
    "@octokit/rest": "^21.1.1",
    "cross-env": "^7.0.3",
    "eslint": "^9.22.0",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "nock": "^14.0.1",
    "prettier": "^3.5.3"
  }
}
