subject-two/oh-package.json5

15 lines
296 B
Plaintext
Raw Normal View History

2024-01-05 11:11:15 +08:00
{
2025-02-11 09:09:34 +08:00
"modelVersion": "5.0.0",
2024-01-05 11:11:15 +08:00
"license": "",
"devDependencies": {
"@ohos/hypium": "1.0.6"
},
"author": "",
"name": "myapplication",
"description": "Please describe the basic information.",
"main": "",
"version": "1.0.0",
"dependencies": {
"@ohos/crypto-js": "2.0.3"
}
2025-02-11 09:09:34 +08:00
}