harmony/commons/basic/oh-package.json5
2025-05-20 14:23:03 +08:00

12 lines
245 B
Plaintext

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