{
  "name": "@czagents/dd",
  "version": "0.3.7",
  "description": "Czech & EU due diligence in one call — company facts, insolvency (ISIR), EU+OFAC sanctions, VAT reliability, risk scoring (0-100), and statutory chain. EU coverage via GLEIF/LEI. Official state registries only, no Cribis/Bisnode reselling.",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "cz-agents-dd": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "due-diligence",
    "kyc",
    "ares",
    "ico",
    "czech",
    "compliance",
    "claude"
  ],
  "license": "MIT",
  "author": "Martin Havel <martin.havel@gmail.com>",
  "homepage": "https://cz-agents.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/martinhavel/cz-agents-mcp.git",
    "directory": "packages/dd"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "start:http": "node dist/http.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@czagents/adis": "^0.1.2",
    "@czagents/ares": "^0.1.7",
    "@czagents/isir": "^0.2.3",
    "@czagents/sanctions": "^0.1.4",
    "@czagents/shared": "^0.1.11",
    "@modelcontextprotocol/sdk": "^1.10.0",
    "pg": "^8.21.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/pg": "^8.20.0",
    "@vitest/coverage-v8": "^4.1.4",
    "tsx": "^4.7.0",
    "typescript": "^5.5.0",
    "vitest": "^4.1.4"
  },
  "mcpName": "dev.cz-agents/dd"
}
