harmony_demo_napi_drawing/drawing/oh-package.json5
2023-12-29 22:36:31 +08:00

12 lines
288 B
Plaintext

{
"name": "drawing",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
"license": "Apache-2.0",
"packageType": "InterfaceHar",
"dependencies": {
"libdrawing.so": "file:./src/main/cpp/types/libdrawing"
}
}