bossay_release_out/iot_link/bundle.json

25 lines
542 B
JSON
Raw Permalink Normal View History

2025-09-24 11:16:14 +08:00
{
"name": "@bearpi/hm_nano_iot_link",
"version": "1.0.1",
"description": "iot_link",
"publishAs": "code-segment",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/iot_link && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"bearpi",
"iotlink"
],
"author": {},
"repository": "",
"license": "BSD-3-Clause License",
"tags": [
"third_party"
],
"ohos": {
"os": "0.0.1",
"kernel": "",
"board": ""
}
}