package.json•988 B
{
"name": "@adetxt/sql-mcp",
"version": "0.0.4",
"description": "MCP Server for SQL",
"bugs": "https://github.com/adetxt/sql-mcp/issues",
"main": "dist/index.js",
"keywords": [],
"author": "adetxt",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsup src/index.ts --format esm && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsup src/index.ts --format esm --watch ",
"inspector": "CLIENT_PORT=9001 SERVER_PORT=9002 pnpx @modelcontextprotocol/inspector node dist/index.js"
},
"bin": {
"sql-mcp": "dist/index.js"
},
"files": [
"dist"
],
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "1.15.1",
"commander": "^14.0.0",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.18",
"shx": "^0.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}