{
  "name": "pi-sticky-usermessage",
  "version": "3.1.0",
  "description": "Sticky header showing your last user message above the editor in Pi coding agent",
  "keywords": [
    "pi-package",
    "pi-extension",
    "sticky-header",
    "user-message"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pungggi/pi-sticky-usermessage.git"
  },
  "homepage": "https://github.com/pungggi/pi-sticky-usermessage#readme",
  "bugs": {
    "url": "https://github.com/pungggi/pi-sticky-usermessage/issues"
  },
  "type": "module",
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  }
}
