package.json•968 B
{
"name": "@coupaul/supabase-mcp-server",
"version": "3.7.0",
"description": "Supabase MCP Server - Enhanced Edition v3.7 with 54+ MCP tools for 100% autonomous Supabase management",
"type": "module",
"module": "src/mcp-node/index.ts",
"scripts": {
"dev": "cd server && npm run dev",
"start": "cd server && npm start",
"build": "cd server && npm run build",
"auto-commit": "node scripts/auto-commit-watcher.js",
"auto-push": "git add . && git commit -m \"🤖 Auto-commit: $(date)\" && git push origin main",
"smithery-build": "npx smithery build",
"full-auto": "npm run auto-push && npm run smithery-build",
"watch": "npm run auto-commit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.2.0",
"@supabase/supabase-js": "^2.57.4",
"@types/node": "^20.0.0",
"pg": "^8.16.3",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}