{ "name": "wechat-writer-mcp", "version": "0.1.0", "description": "面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱", "main": "dist/index.js", "bin": { "wechat-writer-mcp": "dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "templates/**/*.html", "README.md", "package.json" ], "type": "module", "scripts": { "build": "tsc", "build:clean": "rm -rf dist && npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "wechat", "weixin", "official-account", "content-pipeline", "ai", "typescript", "claude", "cursor" ], "author": "datoushiwo", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/datoushiwo/wechat-writer-mcp.git" }, "homepage": "https://github.com/datoushiwo/wechat-writer-mcp#readme", "bugs": { "url": "https://github.com/datoushiwo/wechat-writer-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.3", "axios": "^1.6.0", "form-data": "^4.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }