mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
23 lines
434 B
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"
|
|
}
|
|
}
|