bundle.json 542 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@bearpi/hm_nano_iot_link",
  3. "version": "1.0.1",
  4. "description": "iot_link",
  5. "publishAs": "code-segment",
  6. "scripts": {
  7. "install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/iot_link && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
  8. },
  9. "keywords": [
  10. "bearpi",
  11. "iotlink"
  12. ],
  13. "author": {},
  14. "repository": "",
  15. "license": "BSD-3-Clause License",
  16. "tags": [
  17. "third_party"
  18. ],
  19. "ohos": {
  20. "os": "0.0.1",
  21. "kernel": "",
  22. "board": ""
  23. }
  24. }