n8n-nodes-langchain
Version:
N8N nodes for Langchain integration with Anthropic models
38 lines • 849 B
JSON
{
"name": "n8n-nodes-langchain",
"version": "1.2.0",
"description": "N8N nodes for Langchain integration with Anthropic models",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint . --ext .ts"
},
"keywords": [
"n8n",
"langchain",
"anthropic",
"claude",
"ai",
"language-models"
],
"author": "",
"license": "MIT",
"dependencies": {
"@langchain/anthropic": "^0.1.0",
"@langchain/core": "^0.1.0",
"n8n-workflow": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-n8n-nodes-base": "^1.0.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=16.0.0"
}
}