{
  "name": "@hjanuschka/pi-nanny",
  "version": "1.1.0",
  "description": "Parental control extension for Pi - helps you go to bed instead of having 47 creative ideas at 3 AM",
  "keywords": [
    "pi-package",
    "pi-extension",
    "sleep",
    "productivity",
    "parental-control",
    "bedtime",
    "health"
  ],
  "author": "Harald Januschka <harald.januschka@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hjanuschka/pi-nanny.git"
  },
  "bugs": {
    "url": "https://github.com/hjanuschka/pi-nanny/issues"
  },
  "homepage": "https://github.com/hjanuschka/pi-nanny#readme",
  "pi": {
    "extensions": [
      "pi-nanny.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "files": [
    "pi-nanny.ts",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
