{
  "name": "pi-agent-done-chime",
  "version": "1.0.0",
  "description": "Plays a pleasant chime when the pi agent settles after finishing work. Suppresses the chime when you abort a run yourself.",
  "keywords": ["pi-package"],
  "license": "MIT",
  "type": "module",
  "main": "index.ts",
  "author": "Jamie Wong <jamie.lf.wong@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jlfwong/pi-agent-done-chime.git"
  },
  "homepage": "https://github.com/jlfwong/pi-agent-done-chime#readme",
  "bugs": { "url": "https://github.com/jlfwong/pi-agent-done-chime/issues" },
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "index.ts",
    "sounds",
    "README.md",
    "LICENSE",
    "CREDITS.md"
  ],
  "publishConfig": { "access": "public" },
  "engines": { "node": ">=20" }
}
