{
  "name": "pi-nasty-verbs",
  "version": "0.1.1",
  "description": "Replaces Pi's default 'Working...' message with some better words.",
  "keywords": [
    "claude",
    "coding-agent",
    "extension",
    "pi-coding-agent",
    "pi-extension",
    "pi-package",
    "pi-plugin",
    "plugin",
    "spinner",
    "verbs"
  ],
  "homepage": "https://github.com/kynnyhsap/pi-nasty-verbs",
  "bugs": {
    "url": "https://github.com/kynnyhsap/pi-nasty-verbs/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kynnyhsap/pi-nasty-verbs.git"
  },
  "files": [
    "index.ts",
    "nasty-verbs.ts",
    "package.json",
    "README.md"
  ],
  "type": "module",
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
