{
"name": "@ohos/onnxruntime",
"version": "1.0.0",
"type": "module",
"description": "onnx runtime HarmonyOS napi sdk.",
"main": "Index.ets",
"author": "ohos_tpc",
"repository": "https://gitcode.com/OpenHarmony-ApplicationTPC/ohos_onnxruntime",
"license": "MIT",
"ohos": {
"org": "opensource"
},
"keywords": [
"onnxruntime",
"ai"
],
"dependencies": {
"liblibrary.so": "file:./src/main/cpp/types/libonnxruntime_napi",
"@ohos/aki": "^1.2.14",
}
}