package.json•1.39 kB
{
"name": "supabase-mcp-http-stream-n8n",
"version": "1.0.0",
"description": "One-Click Docker deployment of Supabase MCP Server with native HTTP Stream Transport support for n8n, AI Agents, and modern automation workflows",
"keywords": ["supabase", "mcp", "n8n", "http-stream", "docker", "ai", "automation"],
"repository": {
"type": "git",
"url": "https://github.com/BIFROTEK-com/supabase-mcp-http-stream-n8n.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"start": "node mcp-http-server.js",
"start:stdio": "node packages/mcp-server-supabase/dist/transports/stdio.js",
"build": "npm run build -w packages/mcp-utils && npm run build -w packages/mcp-server-supabase",
"test": "vitest run --config tests/vitest.config.js",
"test:watch": "vitest --config tests/vitest.config.js",
"test:coverage": "vitest run --coverage --config tests/vitest.config.js",
"format": "biome check --write .",
"format:check": "biome check .",
"lint": "npm run format:check"
},
"dependencies": {
"chalk": "^5.4.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"helmet": "^7.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.0",
"supabase": "^2.1.1",
"supertest": "^7.0.0",
"vitest": "^2.1.0"
}
}