{
  "name": "@yawlabs/postgres-mcp",
  "version": "0.12.0",
  "mcpName": "io.github.YawLabs/postgres-mcp",
  "description": "PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants",
  "license": "MIT",
  "author": "YawLabs <contact@yaw.sh>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YawLabs/postgres-mcp.git"
  },
  "keywords": [
    "postgres",
    "postgresql",
    "database",
    "mcp",
    "model-context-protocol",
    "ai",
    "agent",
    "claude",
    "claude-code",
    "cursor",
    "llm",
    "sql",
    "schema",
    "explain"
  ],
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "postgres-mcp": "bin/postgres-mcp.mjs"
  },
  "files": [
    "bin/postgres-mcp.mjs",
    "dist/index.js",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc && node build.mjs",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "npm run build && node scripts/run-tests.mjs dist",
    "test:ci": "npm run test",
    "test:integration": "npm run build && node scripts/run-tests.mjs dist --integration",
    "lint": "biome check src/",
    "lint:fix": "biome check --write src/",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@modelcontextprotocol/server": "^2.0.0",
    "@types/node": "^25.6.0",
    "@types/pg": "^8.20.0",
    "esbuild": "^0.28.0",
    "pg": "^8.23.0",
    "postject": "^1.0.0-alpha.6",
    "typescript": "^6.0.3",
    "zod": "^4.3.6"
  },
  "engines": {
    "node": ">=22"
  }
}
