{
  "name": "@cursor/sdk-darwin-arm64",
  "version": "1.0.28",
  "description": "Platform binaries for darwin-arm64, bundled for @cursor/sdk.",
  "license": "SEE LICENSE IN LICENSE.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/cursor/cursor"
  },
  "homepage": "https://cursor.com",
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ],
  "bin": {
    "rg": "./bin/rg"
  },
  "files": [
    "bin/**/*",
    "vendor/**/*",
    "package.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
