harmony/common/oh-package.json5
2025-07-11 17:33:40 +08:00

12 lines
279 B
Plaintext

{
"name": "@nimkit/common",
"version": "1.1.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@ohos/pinyin4js": "^2.0.0",
"@itcast/basic":"file:../commons/basic"
}
}