package.json•1.45 kB
{
"name": "wechat-publisher-mcp",
"version": "1.0.0",
"description": "微信公众号自动发布MCP服务 - 支持任何AI工具调用,实现智能内容发布",
"type": "module",
"main": "src/index.js",
"bin": {
"wechat-publisher-mcp": "src/server.js"
},
"scripts": {
"start": "node src/server.js",
"start:http": "MCP_TRANSPORT=http node src/server.js",
"dev": "node --inspect src/server.js",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"build": "npm run lint && npm test"
},
"keywords": [
"mcp",
"wechat",
"weixin",
"publisher",
"ai-tools",
"claude",
"cursor",
"automation",
"content-publishing",
"markdown"
],
"author": {
"name": "Deepractice",
"email": "contact@deepractice.com",
"url": "https://github.com/Deepractice"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Deepractice/PromptX.git"
},
"bugs": {
"url": "https://github.com/Deepractice/PromptX/issues"
},
"homepage": "https://github.com/Deepractice/PromptX#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"axios": "^1.10.0",
"canvas": "^3.1.2",
"express": "^4.18.2",
"form-data": "^4.0.3",
"winston": "^3.11.0",
"zod": "^3.25.76"
},
"devDependencies": {
"eslint": "^8.56.0",
"jest": "^29.7.0"
}
}