{
  "name": "@dagu-org/dagu-win32-x64",
  "version": "1.21.0",
  "description": "Dagu binary for Windows x64",
  "keywords": [
    "dagu",
    "workflow",
    "windows",
    "win32",
    "x64"
  ],
  "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": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "bin": {
    "dagu": "./bin/dagu.exe"
  },
  "files": [
    "bin/dagu.exe"
  ],
  "publishConfig": {
    "access": "public"
  }
}
