{
  "name": "agentiqa",
  "version": "1.1.18",
  "description": "AI-powered testing for web and mobile apps",
  "type": "module",
  "bin": "dist/cli.js",
  "files": [
    "dist/cli.js",
    "scripts/preinstall.cjs"
  ],
  "scripts": {
    "build": "npx tsx esbuild.config.ts",
    "test": "node --import tsx --test src/__tests__/*.test.ts",
    "typecheck": "tsc --noEmit",
    "cli": "npx tsx src/index.ts",
    "preinstall": "node scripts/preinstall.cjs",
    "postinstall": "npx playwright install chromium 2>/dev/null || true"
  },
  "dependencies": {
    "@google/genai": "^1.7.0",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "express": "^4.21.0",
    "express-rate-limit": "^8.2.1",
    "playwright": "^1.58.0",
    "pngjs": "^7.0.0",
    "ws": "^8.18.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@agentiqa/engine-core": "workspace:*",
    "@agentiqa/shared-types": "workspace:*",
    "@types/express": "^4.17.21",
    "@types/ws": "^8.5.13",
    "esbuild": "^0.27.3",
    "tsx": "^4.19.0",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18"
  }
}
