{
  "name": "mcpql",
  "version": "1.1.0",
  "description": "MCPQL - SQL Server MCP Server for database analysis and operations",
  "type": "module",
  "main": "dist/server.js",
  "bin": {
    "mcpql": "./dist/server.js"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "tsconfig.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "start": "ts-node src/server.ts",
    "build": "npm run clean && esbuild src/server.ts --bundle --platform=node --format=esm --outfile=dist/server.js --external:fsevents --banner:js=\"import { createRequire } from 'module'; const require = createRequire(import.meta.url);\"",
    "prepare-package": "node scripts/prepare-package.js",
    "prepublishOnly": "npm run prepare-package",
    "test": "npm run build && jest",
    "postinstall": "echo 'MCPQL installed successfully!'"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "sql-server",
    "azure-sql",
    "database",
    "database-analysis",
    "database-tools",
    "mssql",
    "t-sql",
    "database-management",
    "database-administration",
    "analysis",
    "typescript",
    "nodejs",
    "cursor",
    "claude",
    "claude-desktop",
    "cursor-ide",
    "anthropic",
    "ai-tools",
    "llm-integration",
    "table-analysis",
    "stored-procedures",
    "data-preview",
    "column-statistics",
    "query-execution",
    "database-search",
    "schema-analysis",
    "data-exploration",
    "database-connector",
    "cli-tool",
    "npm-package"
  ],
  "author": "hendrickcastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hendrickcastro/MCPQL.git"
  },
  "homepage": "https://github.com/hendrickcastro/MCPQL",
  "bugs": {
    "url": "https://github.com/hendrickcastro/MCPQL/issues"
  },
  "dependencies": {
    "@azure/msal-common": "^14.8.0",
    "@modelcontextprotocol/sdk": "^1.13.1",
    "dotenv": "^16.5.0",
    "mssql": "^11.0.1"
  },
  "bundledDependencies": [
    "@modelcontextprotocol/sdk",
    "mssql"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/mssql": "^9.1.7",
    "@types/node": "^24.0.3",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "esbuild": "^0.25.12",
    "jest": "^30.0.2",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "bundleDependencies": [
    "@modelcontextprotocol/sdk",
    "mssql"
  ]
}
