Files
applications_notes/features/package.json
T
sunwenxu 61fdb3c93d 适配api9
Signed-off-by: sunwenxu <sunwenxu1@huawei.com>
2023-01-31 17:29:48 +08:00

18 lines
348 B
JSON

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