Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Oct 18, 2024
1 parent cbe16f6 commit 301f3ed
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions import/llm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,18 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-job-handler": "^0.6.1",
"@flatfile/util-common": "^1.4.0"
},
"peerDependencies": {
"@flatfile/api": "^1.9.19",
"@flatfile/plugin-job-handler": "^0.6.1",
"@flatfile/util-common": "^1.4.0",
"@flatfile/listener": "^1.1.0",
"@langchain/anthropic": "^0.3.5",
"@langchain/core": "^0.3.13",
"@langchain/mistralai": "^0.1.1",
"@langchain/openai": "^0.3.8"
},
"devDependencies": {
"@flatfile/plugin-job-handler": "^0.6.1",
"@flatfile/rollup-config": "^0.1.1",
"@flatfile/util-common": "^1.4.0"
"@flatfile/rollup-config": "^0.1.1"
}
}

0 comments on commit 301f3ed

Please sign in to comment.