{
  "name": "openclaw-session-mode-switch",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "OpenClaw 的会话级 Fast、Standard、Expert 策略插件。",
  "openclaw": {
    "extensions": ["./src/openclaw/index.js"],
    "compat": {
      "pluginApi": ">=2026.6.11",
      "minGatewayVersion": "2026.6.11"
    }
  },
  "scripts": {
    "test": "node --test tests/*.test.js",
    "typecheck": "node --check src/core/profiles.js && node --check src/core/commands.js && node --check src/core/host-session-policy.js && node --check src/core/state-store.js && node --check src/core/tool-policy.js && node --check src/core/web-control.js && node --input-type=module --check < src/openclaw/index.js"
  },
  "engines": {
    "node": ">=22"
  }
}
