Files
2026-07-13 12:29:49 +08:00

22 lines
423 B
JSON

{
"name": "@native-sdk/cli-darwin-arm64",
"version": "0.5.0",
"description": "The native CLI binary for macOS on Apple silicon (arm64)",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"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"
}