{
  "name": "@pinkpixel/web-scout-mcp",
  "version": "1.5.6",
  "description": "MCP server for web search and content extraction with multiple URL support and memory optimizations",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "module": "src/index.ts",
  "bin": {
    "web-scout-mcp": "./dist/index.js"
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc && npx @smithery/cli build",
    "dev": "npx @smithery/cli dev",
    "start": "node dist/index.js",
    "production": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinkpixel-dev/web-scout-mcp.git"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "web-search",
    "web-content",
    "web-scraping",
    "content-extraction"
  ],
  "author": "Pink Pixel",
  "license": "Apache-2.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.1",
    "async": "^3.2.6",
    "axios": "^1.12.2",
    "cheerio": "^1.1.2",
    "jsdoctypeparser": "^9.0.0",
    "tsc": "^2.0.4",
    "uuid": "^13.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
