{
  "name": "pi-editor-picker",
  "version": "0.1.6",
  "description": "Pick and configure external editors for Pi — supports Windows GUI editors that Pi can't wait for natively",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./extension": {
      "import": "./dist/extension.js",
      "types": "./dist/extension.d.ts"
    }
  },
  "scripts": {
    "build": "tsup"
  },
  "pi": {
    "extensions": [
      "dist/extension.js"
    ]
  },
  "keywords": [
    "pi-package",
    "external-editor",
    "ctrl-g",
    "editor-selector",
    "typora",
    "notepad++"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanchan720/pi-editor-picker.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@types/node": "^20.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  }
}
