@larkoh/protoc-gen-ets
Version:
Compile protocol buffers descriptors to ArkTS. Lark for Harmony patched.
27 lines (26 loc) • 557 B
JSON
{
"name": "@larkoh/protoc-gen-ets",
"description": "Compile protocol buffers descriptors to ArkTS. Lark for Harmony patched.",
"version": "0.2.11",
"license": "MIT",
"keywords": [
"protobuf",
"ohos",
"open-harmony"
],
"author": {
"email": "cuixianming@bytedance.com",
"name": "cuixianming",
"url": "https://github.com/xanahopper"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larksuite/protoc-gen-ets.git"
},
"bin": {
"protoc-gen-ets": "main.js"
},
"files": [
"./*"
]
}