{
  "name": "arkts-docs-mcp",
  "version": "1.0.1",
  "description": "MCP server for HarmonyOS ArkTS documentation search",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "arkts-docs-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "static/docs/consumer/index/index.json"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "harmonyos",
    "arkts",
    "arkui",
    "documentation",
    "huawei",
    "claude"
  ],
  "author": "xie",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/eastxiaodong/ace-tool.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "axios": "^1.6.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  }
}
