{
  "name": "wiremock-captain",
  "version": "4.1.3",
  "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/wbd-open-source/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",
    "prettier": "prettier --write --loglevel silent ."
  },
  "engines": {
    "node": ">=22.11.0",
    "npm": ">=10.9.2"
  },
  "devDependencies": {
    "@eslint/js": "9.39.1",
    "@types/express": "5.0.5",
    "@types/jest": "30.0.0",
    "@types/node": "^22",
    "axios": "1.13.2",
    "eslint": "9.39.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "5.5.4",
    "express": "5.1.0",
    "globals": "16.5.0",
    "jest": "30.2.0",
    "jest-junit": "16.0.0",
    "npm-check-updates": "19.1.2",
    "prettier": "3.6.2",
    "rimraf": "6.1.0",
    "ts-jest": "29.4.5",
    "tslib": "2.8.1",
    "typescript": "5.9.3",
    "typescript-eslint": "8.46.3"
  }
}
