harmony_vehicle_terminal/entry/oh-package.json5

13 lines
227 B
Plaintext
Raw Normal View History

2025-04-10 09:30:47 +08:00
{
"name": "entry",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "",
"author": "",
"license": "",
2025-04-10 15:10:31 +08:00
"dependencies": {
"libjudgesdk.so": "file:./src/cpp/libJudgeSdk"
}
2025-04-10 09:30:47 +08:00
}