{
  "name": "@lgarron-bin/repo-aarch64-pc-windows",
  "version": "v0.14.13",
  "repository": "github:lgarron/repo",
  "type": "module",
  "os": [
    "win32"
  ],
  "cpu": [
    "arm64"
  ],
  "bin": {
    "repo-aarch64-pc-windows": "repo-aarch64-pc-windows.exe"
  },
  "exports": {
    ".": {
      "default": "./repo-aarch64-pc-windows.exe"
    }
  }
}