{
  "name": "auden",
  "version": "0.1.0-alpha.25",
  "private": false,
  "description": "Local-first CLI for Auden — records what your AI coding agents did and syncs it to your dashboard, which grades it against your guides.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "auden": "./dist/bin.js",
    "auden-hook": "./dist/hook-bin.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "!dist/.tsbuildinfo",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auden-to/auden.git",
    "directory": "packages/cli"
  },
  "homepage": "https://app.auden.to",
  "keywords": [
    "ai",
    "agents",
    "claude-code",
    "agent-guidance",
    "evaluation",
    "cli"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "scripts": {
    "build": "tsc --project tsconfig.json && node -e \"const{chmodSync}=require('node:fs');for(const f of ['dist/bin.js','dist/hook-bin.js'])chmodSync(f,0o755)\"",
    "dev": "tsc --project tsconfig.json --watch",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "lint": "oxlint",
    "lint:fix": "oxfmt && oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "test": "vitest run"
  },
  "dependencies": {
    "@auden.to/eval-core": "0.1.0-alpha.25",
    "@auden.to/projections": "0.1.0-alpha.25",
    "@auden.to/protocol": "0.1.0-alpha.25",
    "@modelcontextprotocol/sdk": "1.30.0",
    "citty": "^0.1.6",
    "diff": "^9.0.0",
    "valibot": "^1.3.1"
  },
  "overrides": {
    "fast-uri": "3.1.4"
  },
  "devDependencies": {
    "@types/diff": "^8.0.0",
    "@types/node": "20.19.43",
    "typescript": "*"
  }
}
