HMDemo/oh-package.json5
2024-03-07 11:53:57 +08:00

23 lines
387 B
Plaintext

{
//项目名称
"name": "hm4demo",
//项目版本号
"version": "1.0.0",
//项目描述
"description": "Please describe the basic information.",
//
"main": "",
//作者信息
"author": "",
//
"license": "",
//依赖配置
"dependencies": {
},
//开发依赖配置
"devDependencies": {
"@ohos/hypium": "1.0.15",
"@ohos/hamock": "1.0.0-rc"
}
}