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

11 lines
242 B
Plaintext

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