{
  "name": "pi-profile",
  "version": "0.2.0",
  "description": "Runtime profile switching for the Pi coding agent — swap model, skills, subagents, and system prompt in the same session, no restart needed.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-profile",
    "profiles",
    "persona",
    "identity"
  ],
  "license": "MIT",
  "type": "module",
  "main": "index.ts",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Eddie0521/pi-profile.git"
  },
  "homepage": "https://github.com/Eddie0521/pi-profile#readme",
  "bugs": {
    "url": "https://github.com/Eddie0521/pi-profile/issues"
  }
}
