{
  "name": "hdw2",
  "version": "2.3.7",
  "description": "鸿蒙 hdc 调试工具",
  "type": "module",
  "keywords": [
    "鸿蒙",
    "next",
    "HarmonyOS",
    "webview",
    "debug",
    "hdc",
    "hdw",
    "hdw2"
  ],
  "bin": {
    "hdw": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup",
    "build.watch": "tsup --watch",
    "hdw": "cross-env NODE_ENV=development tsx src/index.ts",
    "start": "node ./dist/index.js",
    "postinstall": "node ./scripts/fix-permission.js"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "toolchains",
    "scripts"
  ],
  "engines": {
    "node": ">=20"
  },
  "author": "tankunpeng@zybank.com.cn",
  "license": "MIT",
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "adm-zip": "^0.5.16",
    "colorette": "^2.0.20",
    "commander": "^14.0.3",
    "shelljs": "^0.10.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/node": "^25.5.0",
    "@types/shelljs": "^0.10.0",
    "cross-env": "^10.1.0",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
