harmony/features/Home/oh-package.json5
2025-05-09 15:47:54 +08:00

12 lines
241 B
Plaintext

{
"name": "home",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@itcast/basic": "file:../../commons/basic"
}
}