{
  "name": "pi-widget-host",
  "version": "0.3.4",
  "description": "Host package for managing one shared Pi widget slot across multiple providers with preset policies and a built-in demo provider.",
  "type": "module",
  "license": "MIT",
  "author": "Keisu",
  "keywords": [
    "pi-package",
    "pi-extension",
    "widget",
    "host",
    "display-policy"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-widget-host.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-widget-host/issues"
  },
  "homepage": "https://github.com/eiei114/pi-widget-host#readme",
  "files": [
    "extensions/",
    "lib/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/*.test.ts",
    "ci": "npm run typecheck && npm test && npm run pack:check",
    "pack:check": "npm pack --dry-run"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "pi-widget-core": "^0.1.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@types/node": "^26.0.0",
    "tsx": "^4.20.6",
    "typescript": "^6.0.3"
  }
}
