mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-22 01:05:53 -04:00
342eff07c4
Signed-off-by: wangzhiyusss <wangzhiyu12@huawei.com>
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"license": "ISC",
|
|
"devDependencies": {},
|
|
"name": "default",
|
|
"ohos": {
|
|
"org": "huawei",
|
|
"directoryLevel": "module",
|
|
"buildTool": "hvigor"
|
|
},
|
|
"description": "example description",
|
|
"repository": {},
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@ohos/utils": "file:../../common/utils",
|
|
"@ohos/component": "file:../../features",
|
|
"@ohos/source": "file:../../common/resources"
|
|
}
|
|
}
|