{
  "name": "@vincentff/pi-scheduler",
  "version": "1.0.3",
  "description": "Schedule timed prompts for pi - supports one-time and periodic tasks with a fixed-format template",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "pi-scheduler",
    "pi",
    "scheduler"
  ],
  "author": "VincentFF",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VincentFF/pi-scheduler.git"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/VincentFF/pi-scheduler/main/assets/preview.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^26.1.1"
  }
}
