open-code-review/npm/darwin-x64/package.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"
}
}