{
  "name": "agent-contracts-analyzer",
  "version": "0.2.2",
  "description": "Analyze project source code through the lens of agent contracts",
  "keywords": [
    "agent-contracts",
    "static-analysis",
    "context-pack",
    "dependency-graph",
    "change-impact",
    "typescript"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "agent-analyzer": "./dist/cli.js"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsup",
    "cli:generate": "cli-contracts generate",
    "cli:validate": "cli-contracts validate",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "version": "node -e \"const fs=require('fs');const f='cli-contract.yaml';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/^  version: .*/m,'  version: '+process.env.npm_package_version))\" && git add cli-contract.yaml"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.161",
    "agent-contracts": "^0.34.2",
    "commander": "^14.0.3",
    "picomatch": "^4.0.4",
    "tinyglobby": "^0.2.17",
    "typescript": "^5.7.0",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@types/picomatch": "^4.0.3",
    "agent-kit-lite": "file:../aidev-skeleton/agent-kit-lite",
    "better-sqlite3": "^12.10.0",
    "cli-contracts": "^0.33.2",
    "tsup": "^8.0.0",
    "tsx": "^4.22.4",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@anthropic-ai/sdk": "*",
    "@cursor/sdk": "*",
    "@google/genai": "*",
    "better-sqlite3": "*",
    "openai": "*"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/sdk": {
      "optional": true
    },
    "@cursor/sdk": {
      "optional": true
    },
    "@google/genai": {
      "optional": true
    },
    "better-sqlite3": {
      "optional": true
    },
    "openai": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "license": "MIT"
}
