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

12 lines
257 B
Plaintext

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