22 lines
409 B
JSON
22 lines
409 B
JSON
{
|
|
"name": "@native-sdk/cli-darwin-x64",
|
|
"version": "0.5.0",
|
|
"description": "The native CLI binary for macOS on Intel (x64)",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"preferUnplugged": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel-labs/native.git"
|
|
},
|
|
"homepage": "https://native-sdk.dev",
|
|
"license": "Apache-2.0"
|
|
}
|