{
  "name": "@impulselab/hepha",
  "version": "0.2.513",
  "description": "Command-line interface for the Hepha platform.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/impulse-studio/hephaistos.git",
    "directory": "apps/cli"
  },
  "homepage": "https://hephaistos.impulselab.ai",
  "bugs": {
    "url": "https://github.com/impulse-studio/hephaistos/issues"
  },
  "keywords": [
    "hephaistos",
    "agent-skills",
    "tanstack-intent"
  ],
  "intent": {
    "version": 1,
    "repo": "impulse-studio/hephaistos",
    "docs": "https://hephaistos.impulselab.ai/api/v1/docs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "bin": {
    "hepha": "dist/index.js"
  },
  "files": [
    "dist",
    "skills"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/cli-entry.ts",
    "types:check": "pnpm --filter @repo/ui run build && tsc --noEmit",
    "test": "node ../../scripts/run-tests.mjs src",
    "skills:validate": "intent validate skills",
    "skills:stale": "intent stale .",
    "prepublishOnly": "npm run types:check",
    "prepack": "tsup"
  },
  "dependencies": {
    "@repo/agents": "workspace:*",
    "@repo/core": "workspace:*",
    "@repo/database": "workspace:*",
    "@repo/realtime": "workspace:*",
    "better-auth": "^1.4.6"
  },
  "devDependencies": {
    "@orpc/server": "^1.15.2",
    "@repo/server": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@tanstack/intent": "0.3.6",
    "@types/node": "^22.15.3",
    "tsup": "^8.4.0",
    "tsx": "^4.19.4",
    "type-fest": "^5.4.4",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">=20"
  }
}
