{
  "name": "@saadjs/pi-verbs",
  "version": "0.0.2",
  "description": "Playful working-message verbs for pi",
  "keywords": [
    "extension",
    "pi",
    "pi-package",
    "status",
    "working-message"
  ],
  "license": "MIT",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}