{
  "name": "@naxodev/apnea",
  "version": "0.2.3",
  "description": "Host-neutral multi-role workflow engine and standalone Bun CLI",
  "license": "MIT",
  "author": "Nacho Vazquez",
  "funding": "https://github.com/sponsors/NachoVazquez",
  "homepage": "https://github.com/naxodev/ai/tree/main/packages/apnea#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naxodev/ai.git",
    "directory": "packages/apnea"
  },
  "bugs": {
    "url": "https://github.com/naxodev/ai/issues"
  },
  "type": "module",
  "exports": {
    ".": "./extension/api.ts"
  },
  "bin": {
    "apnea": "./dist/cli.js"
  },
  "keywords": [
    "apnea",
    "workflow",
    "herdr",
    "cli",
    "agent"
  ],
  "files": [
    "CONTEXT.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "briefs",
    "dist",
    "docs/adr",
    "docs/protocol",
    "extension",
    "schemas",
    "!extension/**/*.test.ts",
    "!extension/test"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "packageManager": "bun@1.3.7",
  "engines": {
    "bun": ">=1.3.7"
  },
  "scripts": {
    "build": "bun build ./extension/cli/main.ts --target=bun --outfile ./dist/cli.js",
    "check": "bun run typecheck && bun run test && bun run format:check && bun run pack:check && bun run smoke:package",
    "typecheck": "tsc --noEmit",
    "test": "bun run build && bun test extension",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "pack:check": "bun run build && bun scripts/verify-pack.ts",
    "smoke:package": "bun scripts/package-smoke.ts"
  },
  "dependencies": {
    "effect": "4.0.0-rc.111",
    "typebox": "^1.3.6"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@types/node": "^26.1.2",
    "prettier": "^3.9.0",
    "typescript": "^7.0.2"
  }
}
