feat: add folder support for workflows (fixes #70)

This commit is contained in:
Praveen Mudalgeri
2025-08-05 09:40:47 +05:30
parent 307d530f9b
commit c4885eee92
2057 changed files with 985290 additions and 974268 deletions

View File

@@ -10,20 +10,25 @@
"index": "node src/index-workflows.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"sqlite3": "^5.1.6",
"compression": "^1.7.4",
"express-rate-limit": "^7.1.5",
"helmet": "^7.1.0",
"fs-extra": "^11.2.0",
"chokidar": "^3.5.3",
"commander": "^11.1.0"
"commander": "^11.1.0",
"compression": "^1.8.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"express-rate-limit": "^7.5.1",
"fs-extra": "^11.3.0",
"helmet": "^7.2.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"keywords": ["n8n", "workflows", "documentation", "automation"],
"keywords": [
"n8n",
"workflows",
"documentation",
"automation"
],
"author": "",
"license": "MIT"
}
}