Files
n8n-mcp/package.runtime.json
czlonkowski 92d7577f22 fix: regenerate package-lock.json and update runtime version
- Regenerated package-lock.json with all dependencies properly resolved
- Updated package.runtime.json version to 2.11.2 to match main package
- This should fix Railway Docker build failures

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 11:51:53 +02:00

21 lines
433 B
JSON

{
"name": "n8n-mcp-runtime",
"version": "2.11.2",
"description": "n8n MCP Server Runtime Dependencies Only",
"private": true,
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"express": "^5.1.0",
"dotenv": "^16.5.0",
"sql.js": "^1.13.0",
"uuid": "^10.0.0",
"axios": "^1.7.7"
},
"engines": {
"node": ">=16.0.0"
},
"optionalDependencies": {
"better-sqlite3": "^11.10.0"
}
}