{
  "name": "hyperqe",
  "version": "8.1.3",
  "description": "HyperQE — AI-Native Agentic Quality Engineering Platform",
  "type": "module",
  "license": "MIT",
  "author": "HyperQE Contributors",
  "keywords": [
    "test-automation",
    "qa",
    "quality-engineering",
    "playwright",
    "webdriverio",
    "claude-code",
    "cursor",
    "github-copilot",
    "mcp",
    "ai-agent"
  ],
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "hqe": "bin/hqe.mjs"
  },
  "files": [
    "bin",
    ".hyperqe",
    ".claude/commands",
    ".claude/agents",
    ".claude/CLAUDE.md",
    ".claude/settings.json",
    ".cursor",
    ".codex",
    ".github/workflows/validate.yml",
    ".github/copilot-instructions.md",
    ".github/prompts",
    ".mcp.json",
    ".vscode/mcp.json",
    "AGENTS.md"
  ],
  "scripts": {
    "postinstall": "node .hyperqe/scripts/bootstrap-project.mjs",
    "validate": "tsx .hyperqe/scripts/validate.ts",
    "validate:artifacts": "node .hyperqe/scripts/validate-artifacts.mjs",
    "check:golden": "node .hyperqe/scripts/check-golden-outputs.mjs",
    "orchestration-dashboard": "node .hyperqe/scripts/orchestration-dashboard/server.mjs",
    "detect:layout": "node .hyperqe/scripts/detect-test-layout.mjs",
    "init:fw:playwright": "node .hyperqe/scripts/init-framework.mjs playwright",
    "init:fw:wdio": "node .hyperqe/scripts/init-framework.mjs webdriverio",
    "sync:env": "node .hyperqe/scripts/sync-env-from-code.mjs",
    "lint": "eslint ."
  },
  "dependencies": {
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "fs-extra": "^11.3.5"
  },
  "devDependencies": {
    "@types/node": "^25.7.0",
    "eslint": "^9.20.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.20.0"
  }
}
