Merge branch 'main' into feat/idempotency-key

This commit is contained in:
rafaelsideguide
2024-05-23 12:20:06 -03:00
69 changed files with 9115 additions and 615 deletions
+8 -2
View File
@@ -11,8 +11,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@mendable/firecrawl-js": "^0.0.15",
"axios": "^1.6.8",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"@mendable/firecrawl-js": "^0.0.19",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"tsx": "^4.9.3"
}
}