{
  "name": "pi-open-here",
  "version": "0.1.1",
  "description": "Open current directory (or a path) in external editor from pi",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "editor"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omaclaren/pi-open-here.git"
  },
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^5.7.3",
    "@earendil-works/pi-coding-agent": "^0.74.0"
  }
}
