MCP Terminal Server

{ "name": "genkitx-langchain", "description": "Genkit AI framework plugin for langchain.", "keywords": [ "genkit", "genkit-plugin", "langchain", "ai", "genai", "generative-ai" ], "version": "1.0.5", "type": "commonjs", "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rimraf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/langchain" }, "author": "genkit", "license": "Apache-2.0", "dependencies": { "@langchain/community": "^0.0.53", "@langchain/core": "^0.1.61", "@opentelemetry/api": "^1.9.0" }, "peerDependencies": { "genkit": "workspace:^", "langchain": "^0.1.36" }, "devDependencies": { "@types/node": "^20.11.16", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^4.9.0" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "default": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts" } } }