{
  "name": "@lystran/pi-session-rename",
  "version": "0.2.2",
  "description": "Automatically name a Pi session after its first ordinary user input",
  "repository": {
    "type": "git",
    "url": "https://github.com/LystranG/pi-extensions"
  },
  "type": "module",
  "license": "MIT",
  "keywords": ["pi-package", "pi-extension", "session", "name"],
  "engines": {
    "node": ">=20"
  },
  "files": ["src", "README.md"],
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@earendil-works/pi-ai": ">=0.84.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.84.2"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@types/bun": "^1.3.0"
  }
}
