{
  "name": "@herbertgao/pi-rename",
  "version": "0.5.0",
  "description": "Generate pi session names and rename the current Herdr tab.",
  "keywords": [
    "herdr",
    "pi",
    "pi-extension",
    "pi-package",
    "rename",
    "session",
    "tab"
  ],
  "homepage": "https://github.com/HerbertGao/pi-extensions/tree/master/packages/pi-rename#readme",
  "bugs": "https://github.com/HerbertGao/pi-extensions/issues",
  "license": "MIT",
  "author": "Herbert Gao",
  "contributors": [
    "Tifan Dwi Avianto <hi@tifan.me>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HerbertGao/pi-extensions.git",
    "directory": "packages/pi-rename"
  },
  "files": [
    "src/**/*.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "exports": {
    "./naming": "./src/naming.ts"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/**/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.84.2",
    "@earendil-works/pi-ai": ">=0.84.2",
    "@earendil-works/pi-coding-agent": ">=0.84.2",
    "@earendil-works/pi-tui": ">=0.84.2"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "x-upstream": {
    "package": "@tifan/pi-rename",
    "version": "0.5.0",
    "repository": "https://github.com/tifandotme/pi-extensions",
    "commit": "3f6b5e628e31817960a02cfae9bcb4a3f4bcd79b"
  }
}
