{
  "name": "pi-auto-session-name",
  "version": "0.1.1",
  "description": "Automatically name Pi sessions from their conversation content.",
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patlux/pi-auto-session-name.git"
  },
  "homepage": "https://github.com/patlux/pi-auto-session-name#readme",
  "bugs": {
    "url": "https://github.com/patlux/pi-auto-session-name/issues"
  },
  "files": [
    "src",
    "README.md",
    "config.example.json",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.3",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test test/**/*.test.ts",
    "measure": "node --expose-gc --import tsx test/measure.mts",
    "check": "tsc --noEmit && npm test && npm run measure"
  }
}
