Files

30 lines
656 B
JSON

{
"name": "@social/xhs-mcp",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/main.js",
"bin": {
"mcp-xhs": "dist/main.js"
},
"scripts": {
"build": "tsup",
"lint": "tsc --noEmit",
"test": "vitest run",
"start": "PORT=${PORT:-9527} COOKIE_DIR=${COOKIE_DIR:-$HOME/.social-mcp-xhs} node dist/main.js",
"dev": "pnpm build && pnpm start"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.0",
"@social/core": "workspace:*",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
}
}