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>
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"devDependencies": {},
|
|
"name": "@ohos/common",
|
|
"description": "a npm package which contains common function",
|
|
"ohos": {
|
|
"org": "huawei",
|
|
"directoryLevel": "module",
|
|
"buildTool": "hvigor"
|
|
},
|
|
"main": "index.ets",
|
|
"version": "1.0.0",
|
|
"dependencies": {},
|
|
"type": "module"
|
|
}
|