{
  "name": "@dagu-org/dagu-darwin-arm64",
  "version": "1.21.0",
  "description": "Dagu binary for macOS ARM64 (Apple Silicon)",
  "keywords": [
    "dagu",
    "workflow",
    "darwin",
    "macos",
    "arm64",
    "apple-silicon"
  ],
  "homepage": "https://github.com/dagu-org/dagu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dagu-org/dagu.git"
  },
  "license": "GPL-3.0",
  "author": "Dagu Contributors",
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ],
  "bin": {
    "dagu": "./bin/dagu"
  },
  "files": [
    "bin/dagu"
  ],
  "publishConfig": {
    "access": "public"
  }
}
