package.json•710 B
{
"name": "ectlocal-connect-mcp",
"version": "1.0.0",
"description": "MCP server for EC solution database connection and management",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["mcp", "postgresql", "ecommerce", "database"],
"author": "wjsong",
"license": "UNLICENSED",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"pg": "^8.12.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/pg": "^8.11.6",
"typescript": "^5.5.4",
"tsx": "^4.16.2"
}
}