{
  "name": "@conte777/db-view-mcp",
  "version": "1.3.0",
  "description": "MCP server for database access (PostgreSQL + ClickHouse)",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "db-view-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "config.example.json"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "biome lint src/ tests/",
    "lint:fix": "biome lint --write src/ tests/",
    "format": "biome format --write src/ tests/",
    "format:check": "biome format src/ tests/",
    "prepare": "lefthook install",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "database",
    "postgresql",
    "clickhouse"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Conte777/db-view-mcp.git"
  },
  "homepage": "https://github.com/Conte777/db-view-mcp#readme",
  "bugs": {
    "url": "https://github.com/Conte777/db-view-mcp/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@clickhouse/client": "^1.17.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "express": "^5.2.1",
    "pg": "^8.18.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.2",
    "@types/express": "^5.0.3",
    "@types/node": "^25.2.3",
    "@types/pg": "^8.16.0",
    "@vitest/coverage-v8": "^3.2.4",
    "lefthook": "^2.1.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^3.1.1"
  }
}