oh-package.json5 264 B

1234567891011
  1. {
  2. "name": "bozzys_sdk",
  3. "version": "1.0.0",
  4. "description": "Please describe the basic information.",
  5. "main": "Index.ets",
  6. "author": "",
  7. "license": "Apache-2.0",
  8. "dependencies": {
  9. "libbozzys_sdk.so": "file:./src/main/cpp/types/libbozzys_sdk"
  10. }
  11. }