feat: n8n initial commit — JavaScript (Node.js) n8n workflow automation + axios/cheerio/puppeteer/xlsx

This commit is contained in:
2026-07-03 12:15:42 -04:00
commit f4731fa87e
11 changed files with 3561 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"dependencies": {
"axios": "^1.18.1",
"cheerio": "^1.2.0",
"puppeteer": "^25.1.0",
"xlsx": "^0.18.5"
}
}