{ "name": "haplane", "version": "0.4.1", "mcpName": "io.github.LeonTing1010/haplane", "description": "鸿蒙 HAP 签名部署 CLI + MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测 / AppGallery 上架。agent 可驱动,harness-agnostic。", "type": "module", "bin": { "haplane": "src/cli.mjs", "haplane-mcp": "src/mcp.mjs", "hap-deploy": "src/cli.mjs", "hap-deploy-mcp": "src/mcp.mjs" }, "scripts": { "help": "node src/cli.mjs --help", "demo": "node src/cli.mjs deploy --config hap-deploy.config.example.json --dry-run" }, "files": [ "src/", "hap-deploy.config.example.json", "README.md", "LICENSE" ], "keywords": [ "harmonyos", "ohos", "hap", "鸿蒙", "签名", "sign", "deploy", "mcp", "mcp-server", "hdc", "agc" ], "repository": { "type": "git", "url": "https://gitee.com/LeonTing1010/hap-deploy.git" }, "homepage": "https://gitee.com/LeonTing1010/haplane", "bugs": { "url": "https://gitee.com/LeonTing1010/haplane/issues" }, "engines": { "node": ">=18" }, "license": "MIT" }