{
  "name": "@turbo/linux-arm64",
  "version": "2.10.2",
  "description": "The linux-arm64 binary for turbo, a monorepo build system.",
  "repository": "https://github.com/vercel/turborepo",
  "bugs": "https://github.com/vercel/turborepo/issues",
  "homepage": "https://turborepo.dev",
  "license": "MIT",
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ],
  "preferUnplugged": true,
  "publishConfig": {
    "access": "public"
  }
}