{
  "name": "web3-research-mcp",
  "version": "1.0.4",
  "description": "Deep Research for crypto - free & fully local",
  "main": "dist/server.js",
  "type": "module",
  "bin": {
    "web3-research-mcp": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/server.js",
    "dev": "tsc && node dist/server.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "web3",
    "crypto",
    "research",
    "mcp",
    "claude",
    "ai"
  ],
  "author": "aaronjmars",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aaronjmars/web3-research-mcp.git"
  },
  "homepage": "https://github.com/aaronjmars/web3-research-mcp#readme",
  "bugs": "https://github.com/aaronjmars/web3-research-mcp/issues",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.9.0",
    "cheerio": "^1.0.0-rc.12",
    "duck-duck-scrape": "^2.2.1",
    "node-fetch": "^3.3.2",
    "turndown": "^7.1.2",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/cheerio": "^1.0.0",
    "@types/node": "^26.1.0",
    "@types/node-fetch": "^2.6.12",
    "@types/turndown": "^5.0.4",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}