{
  "name": "mcp-deep-research",
  "version": "1.1.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "bin": "./dist/index.cjs",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "mcp",
    "deep-research",
    "tavily",
    "search",
    "research",
    "mcp-tool"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/baranwang/mcp-deep-research.git"
  },
  "bugs": {
    "url": "https://github.com/baranwang/mcp-deep-research/issues"
  },
  "license": "MIT",
  "author": "baranwang",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "@tavily/core": "^0.3.4",
    "zod": "^3.24.2",
    "zod-to-json-schema": "^3.24.5",
    "zod-validation-error": "^3.4.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@changesets/cli": "^2.28.1",
    "@rslib/core": "^0.6.0",
    "@types/node": "^22.8.1",
    "typescript": "^5.8.2"
  },
  "scripts": {
    "build": "rslib build",
    "check": "biome check --write",
    "dev": "rslib build --watch",
    "format": "biome format --write",
    "prerelease": "npm run build",
    "release": "changeset publish"
  }
}