{
  "name": "@h1deya/langchain-mcp-tools",
  "version": "0.2.0",
  "description": "MCP To LangChain Tools Conversion Utility",
  "license": "MIT",
  "keywords": [
    "modelcontextprotocol",
    "mcp",
    "mcp-client",
    "langchain",
    "langchain-typescript",
    "tool-call",
    "tool-calling",
    "typescript",
    "nodejs"
  ],
  "author": "hideya kawahara",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hideya/langchain-mcp-tools-ts.git"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "simple-usage": "tsx testfiles/simple-usage.ts",
    "lint": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "clean": "git clean -fdxn -e .env && read -p 'OK?' && git clean -fdx -e .env",
    "do-publish": "npm run clean && npm install && npm publish --access=public",
    "test-publish": "npm run clean && npm install && npm publish --access=public --dry-run"
  },
  "dependencies": {
    "@langchain/core": "^0.3.27",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "@n8n/json-schema-to-zod": "^1.1.0",
    "ws": "^8.18.1",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@langchain/anthropic": "^0.3.11",
    "@langchain/langgraph": "^0.2.36",
    "@langchain/openai": "^0.3.16",
    "@types/node": "^22.10.5",
    "@typescript-eslint/eslint-plugin": "^8.19.0",
    "@typescript-eslint/parser": "^8.19.0",
    "@vitest/coverage-v8": "^3.0.9",
    "dotenv": "^16.4.7",
    "eslint": "^9.17.0",
    "tsx": "^4.19.3",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.19.0",
    "vitest": "^3.0.9"
  }
}
