{
  "name": "pi-focus-bell",
  "version": "0.1.0",
  "description": "Rings the terminal bell when a pi session finishes and is waiting on you, staying quiet when you're already looking at its tmux pane.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "terminal",
    "bell",
    "notification",
    "tmux"
  ],
  "files": [
    "focus-bell.ts",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thmtz/pi-focus-bell.git"
  },
  "pi": {
    "extensions": [
      "./focus-bell.ts"
    ]
  }
}
