{
  "name": "@ansvar/zimbabwe-law-mcp",
  "mcpName": "eu.ansvar/zimbabwe-law-mcp",
  "version": "1.1.1",
  "description": "Zimbabwe law database covering data protection, cybersecurity, cybercrime, electronic transactions, and corporate law with full-text search via MCP",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "zimbabwe-law-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:contract": "vitest run __tests__/contract/",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "start": "node dist/index.js",
    "start:stdio": "node dist/index.js --stdio",
    "health": "curl -s http://localhost:3000/health | jq .",
    "build:db": "tsx scripts/build-db.ts",
    "ingest": "tsx scripts/ingest.ts",
    "drift:detect": "tsx scripts/drift-detect.ts",
    "check-updates": "node --import tsx scripts/check-updates.ts"
  },
  "dependencies": {
    "@ansvar/mcp-sqlite": "^1.0.0",
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^22.0.0",
    "@vercel/node": "^5.0.0",
    "better-sqlite3": "^11.0.0",
    "eslint": "^9.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ansvar-Systems/zimbabwe-law-mcp.git"
  },
  "keywords": [
    "mcp",
    "zimbabwe",
    "law",
    "data-protection",
    "cybersecurity",
    "cybercrime",
    "CDPA",
    "POTRAZ",
    "legal",
    "compliance"
  ],
  "author": "Ansvar Systems <engineering@ansvar.eu>",
  "homepage": "https://ansvar.eu",
  "bugs": {
    "url": "https://github.com/Ansvar-Systems/zimbabwe-law-mcp/issues"
  },
  "files": [
    "dist/",
    "data/",
    "fixtures/",
    "sources.yml",
    "server.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
