{
  "name": "@octokit/fixtures",
  "version": "23.1.2",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "description": "Fixtures for all the octokittens",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js",
    "bin",
    "lib",
    "scenarios"
  ],
  "scripts": {
    "coverage": "tap --coverage-report=html",
    "record": "bin/record.js",
    "pretest": "npm run -s lint",
    "lint": "prettier --check '{bin,lib,scenarios,test}/**/*.{js,json}' index.js README.md package.json",
    "lint:fix": "prettier --write '{bin,lib,scenarios,test}/**/*.{js,json}' index.js README.md package.json",
    "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage 'scenarios/.*/test.js' 'test/.*/.*.test.js'",
    "test:unit": "NODE_OPTIONS=--experimental-vm-modules npx jest -i 'test/unit/.*/*.test.js'",
    "test:integration": "NODE_OPTIONS=--experimental-vm-modules npx jest -i 'test/integration/.*/*.test.js'",
    "test:scenarios": "NODE_OPTIONS=--experimental-vm-modules npx jest -i 'scenarios/.*/test.js'",
    "semantic-release": "semantic-release"
  },
  "repository": "github:octokit/fixtures",
  "keywords": [],
  "author": "Gregor Martynus (https://twitter.com/gr2m)",
  "license": "MIT",
  "dependencies": {
    "json-diff": "^1.0.0",
    "lodash": "^4.18.1",
    "nock": "^13.0.0",
    "url-template": "^3.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "axios": "^1.0.0",
    "axios-debug-log": "^1.0.0",
    "bottleneck": "^2.12.0",
    "chalk": "^5.0.0",
    "envalid": "^8.0.0",
    "get-stream": "^9.0.0",
    "glob": "^11.0.0",
    "gunzip-maybe": "^1.4.1",
    "humanize-string": "^3.0.0",
    "into-stream": "^9.0.0",
    "jest": "^30.0.0",
    "minimist": "^1.2.5",
    "mkdirp": "^3.0.0",
    "prettier": "3.8.1",
    "proxyquire": "^2.1.0",
    "tar-stream": "^3.0.0"
  },
  "release": {
    "branches": [
      "+([0-9]).x",
      "main",
      "next",
      {
        "name": "beta",
        "prerelease": true
      }
    ]
  },
  "jest": {
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  }
}
