{
  "name": "@pigbun-ai/pigbun-rednote-mcp",
  "version": "1.1.8",
  "description": "Xiaohongshu (RedNote) MCP server - search, publish, and manage your RedNote content through Model Context Protocol.",
  "main": "dist/cli.js",
  "bin": {
    "pigbun-rednote-mcp": "./dist/cli.js"
  },
  "scripts": {
    "build": "node build.js",
    "build:dev": "tsc",
    "pack:check": "npm pack --dry-run",
    "start": "node dist/cli.js",
    "dev": "ts-node src/cli.ts",
    "test": "jest",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:report": "playwright show-report",
    "test:all": "npm run test && npm run test:e2e",
    "prepublishOnly": "npm run build"
  },
  "openclaw": {
    "extensions": [
      "./dist/openclaw/index.js"
    ]
  },
  "files": [
    "dist/cli.js",
    "dist/openclaw/index.js",
    "dist/web/",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.9.0",
    "@sinclair/typebox": "^0.34.0",
    "@types/archiver": "^6.0.3",
    "archiver": "^7.0.1",
    "commander": "^12.0.0",
    "dotenv": "^16.4.1",
    "express": "^5.2.1",
    "mcp-sdk": "^0.1.0",
    "patchright": "^1.58.2",
    "patchright-core": "^1.58.2",
    "playwright": "^1.58.2",
    "sharp": "^0.34.5",
    "winston": "^3.17.0",
    "winston-daily-rotate-file": "^5.0.0",
    "ws": "^8.19.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@playwright/test": "^1.42.1",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.11.19",
    "@types/supertest": "^7.2.0",
    "@types/ws": "^8.18.1",
    "esbuild": "^0.27.3",
    "javascript-obfuscator": "^5.4.1",
    "jest": "^29.7.0",
    "supertest": "^7.2.2",
    "ts-jest": "^29.3.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "rednote",
    "xiaohongshu",
    "xhs",
    "mcp",
    "model-context-protocol",
    "cursor",
    "ai"
  ],
  "author": "Leo",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PigBun-AI/RedNote-MCP.git"
  },
  "bugs": {
    "url": "https://github.com/PigBun-AI/RedNote-MCP/issues"
  },
  "homepage": "https://github.com/PigBun-AI/RedNote-MCP#readme",
  "engines": {
    "node": ">=16"
  }
}
