{
  "name": "archal",
  "version": "0.11.3",
  "description": "Create and control stateful testing environments for AI agents",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.cts",
  "bin": {
    "archal": "bin/archal.cjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    }
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Archal-Labs/archal.git"
  },
  "homepage": "https://archal.ai",
  "bugs": "https://github.com/Archal-Labs/archal/issues",
  "keywords": [
    "ai",
    "agent",
    "testing",
    "mcp",
    "testing-environment",
    "archal"
  ],
  "engines": {
    "node": ">=22"
  },
  "files": [
    "bin",
    "dist",
    "skills",
    "samples",
    "LICENSE"
  ],
  "scripts": {
    "verify:artifacts": "node scripts/assert-artifacts.mjs",
    "prepack": "node scripts/assert-artifacts.mjs",
    "prepare": "node scripts/prepare.cjs",
    "typecheck:raw": "node --check bin/archal.cjs && node --check scripts/assert-artifacts.mjs && node --check scripts/prepare.cjs",
    "typecheck": "pnpm run typecheck:raw"
  },
  "dependencies": {}
}
