{
  "name": "opencode-bell",
  "version": "0.3.0",
  "description": "OpenCode plugin: privacy-friendly terminal bell notifications",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "exports": "./index.js",
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Astro-Han/opencode-bell.git"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "terminal",
    "bell",
    "notifications",
    "privacy"
  ],
  "scripts": {
    "test": "node --test test/plugin.test.js"
  }
}
