{
  "name": "markov-machines",
  "version": "0.0.15",
  "module": "index.ts",
  "type": "module",
  "license": "UNLICENSED",
  "types": "./index.ts",
  "exports": {
    ".": "./index.ts",
    "./client": "./client.ts",
    "./helpers": "./helpers.ts"
  },
  "files": [
    "src",
    "!src/__tests__",
    "index.ts",
    "client.ts",
    "helpers.ts",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsgo"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/uuid": "^11.0.0",
    "vitest": "^4.0.17",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "zod": "^4"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.71.2",
    "uuid": "^13.0.0"
  }
}