{
  "name": "@secr/openclaw-plugin",
  "version": "0.1.4",
  "description": "Native OpenClaw plugin — secrets broker, MCP gateway enforcement, and approval flow for OpenClaw agents. Install via `openclaw plugins install npm:@secr/openclaw-plugin` (or `clawhub:secr` once published).",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "openclaw.plugin.json"
  ],
  "openclaw": {
    "extensions": ["./src/index.ts"],
    "runtimeExtensions": ["./dist/index.js"],
    "compat": {
      "pluginApi": ">=2026.5.0",
      "minGatewayVersion": "2026.5.7"
    },
    "build": {
      "openclawVersion": "2026.5.7"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/secr-dev/openclaw-plugin"
  },
  "homepage": "https://github.com/secr-dev/openclaw-plugin",
  "bugs": "https://github.com/secr-dev/openclaw-plugin/issues",
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "clawhub",
    "secrets",
    "nhi",
    "mcp",
    "ai-agents"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@secr/openclaw": "0.1.1",
    "@secr/sdk": "0.1.1",
    "@secr/shared": "0.2.0",
    "@sinclair/typebox": "^0.32.0"
  },
  "peerDependencies": {
    "openclaw": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "openclaw": { "optional": true }
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  }
}
