{
  "name": "tester-h",
  "version": "0.3.7",
  "description": "tester-h — run an H QA agent against your web app from the command line.",
  "type": "module",
  "bin": {
    "tester-h": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./playwright": {
      "types": "./dist/codegen/runtime.d.ts",
      "default": "./dist/codegen/runtime.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "scripts/postinstall.js",
    "README.md",
    "QUICKSTART.md",
    "AGENTS.md",
    "LICENSE.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "prebuild": "prettier --write .",
    "build": "tsc && node scripts/copy-web-assets.mjs",
    "dev": "tsc --watch",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "test": "tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit && tsc -p tests/tsconfig.json",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "fix": "prettier --write . && eslint src --fix"
  },
  "dependencies": {
    "axe-core": "^4.11.4",
    "chrome-launcher": "^1.2.1",
    "hai-agents": "0.1.6",
    "lighthouse": "^12.8.2",
    "playwright-core": "1.59.1",
    "undici": "^6.26.0",
    "yaml": "^2.7.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^20.0.0",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.8.3",
    "tsx": "^4.22.3",
    "typescript": "^5.5.0",
    "typescript-eslint": "^8.60.1"
  },
  "keywords": [
    "qa",
    "testing",
    "ai",
    "agent",
    "browser",
    "automation",
    "playwright",
    "hcompany"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://hcompany.ai",
  "bugs": {
    "url": "https://hcompany.ai"
  },
  "publishConfig": {
    "access": "public"
  }
}
