{
  "name": "@launchtray/hatch-mock-server",
  "version": "0.23.0",
  "main": "./dist/index.js",
  "bin": {
    "mock-server": "./dist/main.js"
  },
  "typings": "./dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mockserver-client": "5.13.2",
    "mockserver-node": "5.13.2",
    "tmp": "^0.2.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^18",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "eslint": "^8",
    "eslint-config-airbnb-base": "^15",
    "eslint-plugin-import": "^2",
    "eslint-plugin-jest": "^26",
    "grunt": "^1.3.0",
    "jest": "^29.7.0",
    "rimraf": "3.0.0",
    "ts-jest": "^29.1.2",
    "typescript": "4.9.5",
    "@launchtray/hatch-eslint-config": "0.23.0",
    "@launchtray/hatch-jest-config": "0.23.0"
  },
  "scripts": {
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 --fix .",
    "build": "rimraf dist && tsc",
    "build:watch": "tsc",
    "test": "jest --passWithNoTests --verbose --runInBand --detectOpenHandles $JEST_CLI_OPTIONS 2>&1"
  }
}