{
  "name": "@browser-annotations/pi",
  "version": "1.6.4",
  "description": "Select an element, add feedback, and send it to pi.",
  "keywords": [
    "annotations",
    "browser",
    "browser-annotations",
    "chrome",
    "pi-package"
  ],
  "homepage": "https://browser-annotations.dev",
  "author": {
    "name": "Wiebe Kaai"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wiebekaai/browser-annotations.git"
  },
  "files": [
    "src",
    "README.md",
    "tsconfig.json"
  ],
  "type": "module",
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "0.66.1",
    "@types/node": "25.5.0",
    "@typescript/native-preview": "7.0.0-dev.20251207.1"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=20.6.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/wiebekaai/browser-annotations/main/docs/screenshot.png"
  },
  "scripts": {
    "dev": "cd ../../ && pi -e ./packages/pi/src/index.ts",
    "check": "pnpm run check:types",
    "check:types": "tsgo -b ./tsconfig.json"
  }
}