package.json•815 B
{
"name": "@hthuong09/postgres-mcp",
"version": "0.1.3",
"description": "MCP server for interacting with PostgreSQL databases",
"license": "MIT",
"author": "hthuong09",
"homepage": "https://github.com/hthuong09/postgres-mcp",
"bugs": "https://github.com/hthuong09/postgres-mcp/issues",
"type": "module",
"bin": {
"mcp-server-postgres": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"pg": "^8.13.0"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/pg": "^8.11.11",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}