Files
ImageKnife/sharedlibrary/oh-package.json5
明月清风 db5c44866f 更新说明:
1、imageKnife依赖更名为library

Signed-off-by: 明月清风 <qiufeihu1@h-partners.com>
2023-12-12 16:30:00 +08:00

13 lines
284 B
Plaintext

{
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "sharedlibrary",
"description": "Please describe the basic information.",
"main": "./src/main/ets/Index.ets",
"version": "1.0.0",
"dependencies": {
"@ohos/imageknife": "file:../library"
}
}