{
  "name": "pi-simplewatcher",
  "version": "0.2.3",
  "description": "Pi extension that watches files/directories and injects new content into the session, used to monitor file-based inboxes for agent-to-agent communication.",
  "type": "module",
  "keywords": [
    "pi-package"
  ],
  "license": "GPL-3.0-only",
  "author": "Allen Schade",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/studioschade/pi-simplewatcher.git"
  },
  "homepage": "https://github.com/studioschade/pi-simplewatcher",
  "bugs": "https://github.com/studioschade/pi-simplewatcher/issues",
  "pi": {
    "extensions": [
      "./src"
    ]
  },
  "scripts": {
    "test": "node --experimental-strip-types test/simplewatcher.test.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
