open-code-review/npm/win32-arm64/package.json

23 lines
434 B
JSON

{
"name": "@alibaba-group/ocr-win32-arm64",
"version": "0.0.0",
"description": "Platform binary for open-code-review (win32 arm64)",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"files": [
"bin/"
],
"preferUnplugged": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/open-code-review.git"
},
"publishConfig": {
"access": "public"
}
}