mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
21 lines
471 B
Plaintext
Executable File
21 lines
471 B
Plaintext
Executable File
{
|
|
"license": "LGPL-3.0",
|
|
"author": "easytier",
|
|
"name": "easytier-ohrs",
|
|
"description": "EasyTier for OpenHarmonyOS",
|
|
"main": "index.ets",
|
|
"version": "0.0.1",
|
|
"types": "libs/index.d.ts",
|
|
"dependencies": {},
|
|
"compatibleSdkVersion": "17",
|
|
"compatibleSdkType": "OpenHarmony",
|
|
"obfuscated": false,
|
|
"nativeComponents": [
|
|
{
|
|
"name": "libeasytier_ohrs.so",
|
|
"compatibleSdkVersion": "17",
|
|
"compatibleSdkType": "OpenHarmony"
|
|
}
|
|
]
|
|
}
|