{
  "name": "pi-no-autowrite",
  "version": "1.0.3",
  "description": "Pi extension: intercept auto-write/edit, education & supervisor modes",
  "license": "MIT",
  "type": "module",
  "main": "index.ts",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "no-autowrite",
    "education",
    "supervisor"
  ],
  "repository": "github.com/CudtMFrag/pi-no-autowrite",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.0 <1",
    "@earendil-works/pi-tui": ">=0.80.0 <1"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3"
  }
}
