package.json•1.17 kB
{
"name": "@yfme/weapp-dev-mcp",
"version": "0.1.4",
"description": "FastMCP server for automating WeChat Mini Program developer tooling",
"type": "module",
"bin": {
"weapp-dev-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"dev": "node --import tsx src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"wechat",
"mini-program",
"automation"
],
"author": "yfme <admin@yfme.me> (https://github.com/yfmeii)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yfmeii/weapp-dev-mcp.git"
},
"homepage": "https://github.com/yfmeii/weapp-dev-mcp#readme",
"bugs": {
"url": "https://github.com/yfmeii/weapp-dev-mcp/issues"
},
"files": [
"dist",
"README.md"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"fastmcp": "^3.23.0",
"miniprogram-automator": "^0.12.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.17.2",
"@types/node": "^20.12.7",
"tsx": "^4.7.0",
"typescript": "^5.4.4"
}
}