applications_notes/features/oh-package.json5
nobbo 5b055d7bf7 修复流水线异常
Signed-off-by: nobbo <gaoshang22@huawei.com>
2023-09-14 15:49:39 +08:00

15 lines
335 B
Plaintext

{
"license": "ISC",
"types": "",
"devDependencies": {},
"name": "@ohos/component",
"description": "a npm package which contains arkUI2.0 page",
"main": "index.ets",
"repository": {},
"version": "1.0.0",
"dependencies": {
"@ohos/utils": "file:../common/utils",
"@ohos/source": "file:../common/resources"
}
}