{
  "name": "@czottmann/pi-whoami",
  "version": "1.0.0",
  "description": "pi extension that adds a `whoami` tool reporting the active provider, model, and thinking level.",
  "type": "module",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "git+https://github.com/czottmann/pi-whoami.git"
  },
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "pi-plugin",
    "whoami",
    "llm",
    "coding-agent"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "check": "tsc --noEmit",
    "build": "tsc --noEmit"
  },
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/whoami.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "typebox": "^1.3.7",
    "@types/node": "^20.0.0",
    "typescript": "^5.9.3"
  }
}
