package.json•686 B
{
"name": "douban-mcp",
"version": "0.3.0",
"description": "",
"type": "module",
"main": "index.js",
"license": "MIT",
"author": "L-Chris",
"scripts": {
"build": "tsc && chmod +x dist/*.js",
"prepare": "npm run build",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest"
},
"keywords": [],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@types/json2md": "^1.5.4",
"dayjs": "^1.11.13",
"json2md": "^2.0.2",
"open": "^10.1.0",
"turndown": "^7.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/turndown": "^5.0.5",
"typescript": "^5.7.2"
}
}