{
  "name": "khaelor",
  "version": "0.2.0",
  "description": "KHAELOR — a terminal-native autonomous engineering agent powered by Anthropic.",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "type": "module",
  "bin": {
    "khaelor": "./dist/cli/main.js",
    "khaelord": "./dist/daemon/main.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx src/cli/main.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "check:headers": "bash scripts/check-headers.sh",
    "check": "npm run typecheck && npm run lint && npm run test && npm run check:headers"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.70.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "eslint": "^9.20.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.24.0",
    "vitest": "^3.0.0"
  }
}
