{
  "name": "micro-contracts",
  "version": "0.17.11",
  "description": "Contract-first OpenAPI toolchain that keeps TypeScript UI and microservices aligned via code generation",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "./insight-provider": {
      "import": "./dist/external/insight-provider.js",
      "types": "./dist/external/insight-provider.d.ts"
    }
  },
  "bin": {
    "micro-contracts": "dist/micro-contracts.bundle.mjs"
  },
  "files": [
    "dist/micro-contracts.bundle.mjs",
    "dist/micro-contracts.bundle.mjs.map",
    "dist/index.js",
    "dist/index.d.ts",
    "dist/external/insight-provider.js",
    "dist/external/insight-provider.d.ts",
    "docs",
    "cli-contract.yaml",
    "README.md",
    "LICENSE",
    "vendor/agent-contracts-analyzer-0.1.1.tgz"
  ],
  "scripts": {
    "prebuild": "node scripts/ensure-agent-contracts-analyzer.mjs",
    "build": "tsc",
    "bundle": "node esbuild.bundle.mjs",
    "bundle:min": "node esbuild.bundle.mjs --minify",
    "dev": "tsx watch src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "generate": "tsx src/cli.ts generate",
    "contract:validate": "npx cli-contracts validate",
    "contract:generate": "npx cli-contracts generate",
    "dsl:generate": "npx agent-runtime generate --config dsl/agent-runtime.config.yaml",
    "docs:sync": "npx embedoc build",
    "docs:check": "npx embedoc build && git diff --exit-code README.md docs/",
    "prepublishOnly": "npm run build && npm run bundle:min && npm test",
    "test:ci": "vitest run"
  },
  "keywords": [
    "openapi",
    "contract-first",
    "microservices",
    "code-generation",
    "fastify",
    "typescript",
    "api",
    "guardrails",
    "ai-development"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foo-log-inc/micro-contracts.git"
  },
  "homepage": "https://github.com/foo-log-inc/micro-contracts#readme",
  "bugs": {
    "url": "https://github.com/foo-log-inc/micro-contracts/issues"
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.165",
    "@google/genai": "^2.4.0",
    "@openai/agents": "^0.11.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.11.0",
    "agent-contracts": "^0.34.12",
    "agent-contracts-analyzer": "file:vendor/agent-contracts-analyzer-0.1.1.tgz",
    "agent-contracts-runtime": "^0.36.6",
    "chalk": "^5.3.0",
    "cli-contracts": "^0.32.0",
    "commander": "^12.1.0",
    "embedoc": "^0.9.0",
    "esbuild": "^0.28.0",
    "glob": "^10.3.10",
    "handlebars": "^4.7.8",
    "js-yaml": "^4.1.2",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "vitest": "^4.1.7",
    "yaml": "^2.8.2",
    "zod": "^4.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "overrides": {
    "js-yaml": "^4.1.2"
  }
}
