{
  "name": "cairn-engine",
  "version": "2.7.0",
  "description": "An agentic-testing engine — browser tests an AI discovers once, replays deterministically with zero LLM calls, and heals when they break.",
  "keywords": [
    "agentic-testing",
    "e2e",
    "testing",
    "browser",
    "qa",
    "self-healing",
    "deterministic",
    "llm",
    "ai",
    "chrome-devtools",
    "mcp",
    "automation",
    "agentic",
    "test-automation",
    "regression-testing",
    "playwright"
  ],
  "license": "MIT",
  "author": "team-poem (https://github.com/team-poem)",
  "homepage": "https://github.com/team-poem/cairn#readme",
  "bugs": "https://github.com/team-poem/cairn/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team-poem/cairn.git",
    "directory": "packages/harness"
  },
  "type": "module",
  "bin": {
    "cairn": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./browser": {
      "types": "./dist/browser.d.ts",
      "default": "./dist/browser.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "dev": "tsx src/cli.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  }
}
