{
  "name": "@betanyc/nyc-checkbook-mcp",
  "version": "1.6.1",
  "description": "MCP server for NYC Checkbook spending, contracts, budget, payroll, and revenue data",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-assistant",
    "nyc",
    "new-york-city",
    "civic-tech",
    "open-data",
    "open-government",
    "betanyc",
    "checkbook",
    "spending",
    "contracts",
    "budget",
    "payroll",
    "financial-transparency",
    "comptroller"
  ],
  "license": "MIT",
  "author": "BetaNYC",
  "homepage": "https://github.com/BetaNYC/nyc-checkbook-mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BetaNYC/nyc-checkbook-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/BetaNYC/nyc-checkbook-mcp/issues"
  },
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "nyc-checkbook-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "test": "npm run build && node --test test/*.test.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "fast-xml-parser": "^5.8.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.5.0"
  },
  "engines": {
    "node": ">=18"
  }
}
