@ohos/hpm-cli-notice
Version:
Combining the notice files in the project into 'Third Party Open Source Notice' file.
28 lines • 557 B
JSON
{
"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"
}
}
}
}