{
  "name": "@specode/pi-kimi-webbridge-bootstrap",
  "version": "1.0.0",
  "description": "Pi-side bootstrap proxy that installs and updates the official Kimi WebBridge runtime and skill.",
  "type": "module",
  "license": "MIT",
  "author": "specode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/specode/pi-kimi-webbridge-bootstrap.git"
  },
  "homepage": "https://github.com/specode/pi-kimi-webbridge-bootstrap#readme",
  "bugs": {
    "url": "https://github.com/specode/pi-kimi-webbridge-bootstrap/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "kimi-webbridge",
    "browser-automation"
  ],
  "files": [
    "extensions",
    "src",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/kimi-webbridge-bootstrap.js"
    ]
  },
  "scripts": {
    "test": "node --test",
    "check": "node --check extensions/kimi-webbridge-bootstrap.js && node --check src/lifecycle.js && node --check src/manager.js && node --check src/process.js && node --test"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
