{
    "name": "xhs-spider-mcp",
    "version": "1.0.1",
    "description": "小红书爬虫 MCP 工具 - 支持笔记信息获取、用户作品爬取、关键词搜索等功能",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "bin": {
        "xhs-spider-mcp": "dist/examples/mcp-server.js"
    },
    "scripts": {
        "start": "DOTENV_DEBUG=false node dist/examples/mcp-server.js",
        "start:dev": "DOTENV_DEBUG=false ts-node examples/mcp-server.ts",
        "build": "tsc",
        "dev": "ts-node examples/mcp-server.ts",
        "clean": "rm -rf dist/",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "xiaohongshu",
        "xhs",
        "spider",
        "crawler",
        "mcp",
        "scraper",
        "social-media"
    ],
    "author": "jokerdpf",
    "license": "MIT",
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.12.3",
        "axios": "^1.4.0",
        "dotenv": "^16.5.0",
        "zod": "^3.25.67",
        "cheerio": "^1.0.0-rc.12",
        "puppeteer": "^21.0.0"
    },
    "devDependencies": {
        "@types/node": "^18.16.0",
        "ts-node": "^10.9.2",
        "typescript": "^5.1.3"
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE",
        "mcp.json"
    ],
    "engines": {
        "node": ">=14.0.0"
    },
    "mcp": "./mcp.json"
}