mirror of
https://github.com/openharmony/applications_launcher.git
synced 2026-07-01 05:35:43 -04:00
064b9da7af
Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"devDependencies": {},
|
|
"name": "@ohos/bigfolder",
|
|
"description": "a npm package which contains bigfolder feature",
|
|
"ohos": {
|
|
"org": "huawei",
|
|
"directoryLevel": "module",
|
|
"buildTool": "hvigor"
|
|
},
|
|
"main": "index.ets",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@ohos/common": "../../common"
|
|
},
|
|
"type": "module"
|
|
}
|