30 lines
776 B
JSON
30 lines
776 B
JSON
{
|
|
"name": "n8n-mcp-apps",
|
|
"version": "1.0.0",
|
|
"description": "MCP Apps suite for n8n workflow automation — visual UIs for all n8n-mcp endpoints",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx server.ts",
|
|
"serve": "tsx server.ts",
|
|
"build": "node build.mjs",
|
|
"build:apps": "node build.mjs",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/ext-apps": "latest",
|
|
"@modelcontextprotocol/sdk": "latest",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-singlefile": "^2.0.0"
|
|
}
|
|
}
|