mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 14:59:42 +00:00
064b9da7af
Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"devDependencies": {},
|
|
"name": "@ohos/pagedesktop",
|
|
"description": "a npm package which contains pagedesktop feature",
|
|
"ohos": {
|
|
"org": "huawei",
|
|
"directoryLevel": "module",
|
|
"buildTool": "hvigor"
|
|
},
|
|
"main": "index.ets",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@ohos/bigfolder": "../bigfolder",
|
|
"@ohos/form": "../form",
|
|
"@ohos/common": "../../common"
|
|
},
|
|
"type": "module"
|
|
}
|