23 lines
387 B
Plaintext
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"
|
|
}
|
|
}
|