{
  "name": "holycodex",
  "version": "0.16.7",
  "bin": {
    "holycodex": "./dist/index.js",
    "holycodex-agent": "./dist/agent.js"
  },
  "files": ["dist", "README.md"],
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "dependencies": {
    "@opentui/core": "~0.5.11",
    "@toon-format/toon": "^4.1.1",
    "effect": "^3.22.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidbasilefilho/holycodex.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "schemaVersion": "holycodex-release-v1",
    "channel": "stable",
    "sourceSha": "78bbcb5a51392f3397cf32ff7e433d21c0bbf39c"
  }
}
