{
  "name": "aegis-cli",
  "version": "0.4.8",
  "description": ".editorconfig for AI agents. Structured governance for any AI agent working in your codebase.",
  "type": "module",
  "main": "dist/src/index.js",
  "bin": {
    "aegis": "dist/bin/aegis.js"
  },
  "files": [
    "dist/",
    "aegis-banner.svg",
    "assets/"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc && mkdir -p dist/src/schemas && cp src/schemas/*.json dist/src/schemas/",
    "prepublishOnly": "npm run build",
    "dev": "tsx bin/aegis.ts",
    "test": "npm run build && node --test tests/*.test.mjs",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "ai",
    "agents",
    "governance",
    "cli",
    "developer-tools",
    "claude",
    "codex",
    "copilot",
    "agentpolicy"
  ],
  "author": "Cleburn Walker",
  "repository": {
    "type": "git",
    "url": "https://github.com/cleburn/aegis-cli"
  },
  "homepage": "https://github.com/cleburn/aegis-cli",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.95.1",
    "@google/genai": "^2.0.1",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "glob": "^13.0.6",
    "google-auth-library": "^10.6.2",
    "ignore": "^7.0.5",
    "ink": "^6.8.0",
    "mammoth": "^1.12.0",
    "openai": "^6.37.0",
    "pdf-parse": "^2.4.5",
    "react": "^19.2.4",
    "string-width": "^8.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.0",
    "@types/react": "^19.2.14",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": ">=22.3.0"
  }
}
