{
  "name": "wiremock-captain-fork",
  "version": "4.1.0",
  "description": "A better way to use the WireMock simulator to test your HTTP APIs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HBOCodeLabs/wiremock-captain.git"
  },
  "license": "MIT",
  "keywords": [
    "api",
    "captain",
    "integration",
    "jest",
    "test",
    "testing",
    "typescript",
    "wiremock"
  ],
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json && eslint .",
    "clean": "rimraf coverage dist tmp .buildcache",
    "test": "JEST_JUNIT_OUTPUT_NAME=unit-test.xml jest ./test/unit",
    "integration-test": "JEST_JUNIT_OUTPUT_NAME=integration-test.xml jest ./test/integration/ --runInBand",
    "coverage": "npm run test -- --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "ncu:check": "ncu",
    "ncu:make": "ncu -u",
    "precommit": "pretty-quick --staged",
    "prettier": "prettier --write --loglevel silent ."
  },
  "precommit": [
    "precommit"
  ],
  "engines": {
    "node": ">=22.14.0",
    "npm": ">=10.9.2"
  },
  "devDependencies": {
    "@eslint/js": "9.26.0",
    "@types/express": "5.0.0",
    "@types/jest": "29.5.14",
    "@types/node": "^22",
    "axios": "1.9.0",
    "eslint": "9.26.0",
    "eslint-config-prettier": "10.1.5",
    "eslint-plugin-prettier": "5.4.0",
    "express": "4.21.2",
    "globals": "16.1.0",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "npm-check-updates": "18.0.1",
    "pre-commit": "1.2.2",
    "prettier": "3.5.3",
    "pretty-quick": "4.1.1",
    "rimraf": "6.0.1",
    "ts-jest": "29.3.3",
    "tslib": "2.8.1",
    "typescript": "5.8.3",
    "typescript-eslint": "8.32.1"
  }
}
