{
  "name": "mcp-directorio-acambaro",
  "version": "0.1.0",
  "description": "Servidor MCP: directorio de negocios de Acámbaro, Gto., con diagnóstico digital vinculado a SDDA.",
  "main": "dist/index.js",
  "type": "module",
  "engines": {
    "node": "^22.12.0 || ^24.0.0 || >=26.0.0"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "dev:http": "tsx watch src/http.ts",
    "start:http": "node dist/http.js",
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint .",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atapia9/mcp-directorio-acambaro.git"
  },
  "keywords": [],
  "author": "Armando Tapia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atapia9/mcp-directorio-acambaro/issues"
  },
  "homepage": "https://github.com/atapia9/mcp-directorio-acambaro#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "better-sqlite3": "^13.0.3",
    "zod": "^4.6.5"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/better-sqlite3": "^9.6.0",
    "@types/node": "^22.20.3",
    "@vitest/coverage-v8": "^5.0.1",
    "eslint": "^10.10.0",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.9.7",
    "tsx": "^4.23.13",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.70.0",
    "vitest": "^5.0.1"
  }
}
