mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"name": "@alibaba-group/ocr-darwin-x64",
|
|
"version": "0.0.0",
|
|
"description": "Platform binary for open-code-review (darwin x64)",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin/"
|
|
],
|
|
"preferUnplugged": true,
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alibaba/open-code-review.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|