{
  "name": "@lunora/scheduler",
  "version": "0.0.0",
  "description": "Scheduling for Lunora: runAfter / runAt and Cron Triggers via SchedulerDO",
  "license": "FSL-1.1-Apache-2.0",
  "homepage": "https://lunora.sh",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anolilab/lunora.git",
    "directory": "packages/scheduler"
  },
  "bugs": {
    "url": "https://github.com/anolilab/lunora/issues"
  },
  "keywords": [
    "lunora",
    "cloudflare",
    "workers",
    "durable-objects",
    "scheduler",
    "cron",
    "queues",
    "workpool"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md"
  ]
}