{
  "name": "@ohos/hpm_cli_notice",
  "version": "1.0.3",
  "license": "Apache V2",
  "publishAs": "plugin",
  "dirs": {
    ".": [
      "src",
      "asset",
      "ui"
    ]
  },
  "plugin": {
    "entry": "src/index.js",
    "ui": {
      "source": "ui",
      "extensionPoint": "task.toolbar.right.btns",
      "callAddonApi": "register.js",
      "config": {
        "entry": "index.html",
        "lightIcon": "img/lightFile.svg",
        "darkIcon": "img/darkFile.svg",
        "label": "notice",
        "taskName": "gen-notice"
      }
    }
  }
}