package.json•1.49 kB
{
"name": "rednote-mcp",
"version": "0.2.1",
"description": "A friendly tool to help you access and interact with Xiaohongshu (RedNote) content through Model Context Protocol.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"rednote-mcp": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"@types/archiver": "^6.0.3",
"archiver": "^7.0.1",
"commander": "^12.0.0",
"dotenv": "^16.4.1",
"mcp-sdk": "^0.1.0",
"playwright": "^1.42.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/ifuryst/rednote-mcp.git"
},
"bugs": {
"url": "https://github.com/ifuryst/rednote-mcp/issues"
},
"homepage": "https://github.com/ifuryst/rednote-mcp#readme",
"engines": {
"node": ">=16"
}
}