{
  "name": "@terranlabs/appflow-langchain",
  "version": "0.0.22",
  "description": "Use langchain in appflow",
  "main": "node.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "appflow",
    "langchain",
    "terranlabs",
    "terran"
  ],
  "author": "phuonglk",
  "license": "ISC",
  "dependencies": {
    "@google/generative-ai": "^0.15.0",
    "axios": "^1.4.0",
    "cheerio": "^1.0.0-rc.12",
    "dotenv": "^16.4.5",
    "googlethis": "^1.7.1",
    "langchain": "^0.0.104",
    "mustache": "4.2.0",
    "openai": "^4.32.1"
  },
  "node-red": {
    "version": "*",
    "nodes": {
      "find-domain-bod": "node.js"
    }
  }
}
