{
  "name": "pi-extension-selector",
  "version": "0.1.0",
  "description": "Switch installed Pi extensions and reusable profiles from inside Pi.",
  "type": "module",
  "files": [
    "index.ts",
    "src",
    "README.md"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "extension-manager",
    "developer-tools"
  ],
  "author": "PanCodeInventory",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PanCodeInventory/pi-extension-selector.git"
  },
  "bugs": {
    "url": "https://github.com/PanCodeInventory/pi-extension-selector/issues"
  },
  "homepage": "https://github.com/PanCodeInventory/pi-extension-selector#readme",
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "node --test --experimental-strip-types test/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.6",
    "@earendil-works/pi-tui": ">=0.80.6"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
