{
  "name": "artifact-contracts-analyzer",
  "version": "0.3.4",
  "description": "Artifact traceability analyzer — trace elements, resolve links, and validate coverage across artifact boundaries",
  "keywords": [
    "artifact-contracts",
    "traceability",
    "static-analysis",
    "dependency-graph",
    "change-impact",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foo-log-inc/artifact-contracts-analyzer.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "artifact-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",
    "update-bin": "npm run install-bin --prefix ../aidev-skeleton/agent-kit-lite -- bin",
    "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",
    "artifact-contracts": "^0.33.6",
    "commander": "^14.0.3",
    "minimatch": "^10.2.5",
    "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",
    "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"
  },
  "overrides": {
    "esbuild": "0.28.1"
  },
  "license": "MIT"
}
