{
  "name": "@plentz/ding",
  "version": "0.1.0",
  "description": "Pi extension for sending macOS task-ready notifications with a ding sound.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "notifications",
    "macos",
    "ding"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plentz/ding.git"
  },
  "homepage": "https://github.com/plentz/ding#readme",
  "bugs": {
    "url": "https://github.com/plentz/ding/issues"
  },
  "type": "module",
  "files": [
    "extensions/ding.ts",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "check": "test -f extensions/ding.ts"
  }
}
