{
  "name": "@useorgx/openclaw-plugin",
  "version": "0.7.34",
  "description": "Persistent organizational memory and coordination for OpenClaw agents",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js"
    },
    "./api": {
      "types": "./dist/api.d.ts",
      "import": "./dist/api.js"
    }
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "compat": {
      "pluginApi": ">=2026.1.0",
      "minGatewayVersion": "2026.1.0"
    },
    "build": {
      "openclawVersion": "2026.3.24",
      "pluginSdkVersion": "2026.3.24"
    }
  },
  "files": [
    "dist/",
    "dashboard/dist/",
    "skills/",
    "openclaw.plugin.json",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test:hooks": "npm run build:core && node ./scripts/run-targeted-test.mjs tests/*.test.mjs tests/**/*.test.mjs",
    "test:file": "node ./scripts/run-targeted-test.mjs",
    "job:dispatch": "npm run build:core && node ./scripts/run-codex-dispatch-job.mjs",
    "agents:refresh": "node ./scripts/daily-agents-refresh.mjs",
    "agents:install": "node ./scripts/install-daily-agents-refresh.mjs",
    "verify:clean-install": "node ./scripts/verify-clean-install.mjs",
    "verify:package-budget": "node ./scripts/verify-package-budget.mjs",
    "verify:agent-suite": "npm run build:core && node ./scripts/verify-agent-suite-install.mjs",
    "verify:billing": "npm run build:core && node ./scripts/verify-billing-scenarios.mjs",
    "verify:autopilot-e2e:local": "npm run build:core && node ./scripts/verify-autopilot-e2e-local.mjs",
    "verify:autopilot-e2e:unhappy": "npm run build:core && node ./scripts/verify-autopilot-e2e-unhappy.mjs",
    "verify:autopilot-e2e:matrix": "npm run build:core && node ./scripts/verify-autopilot-e2e-matrix.mjs",
    "verify:autopilot-e2e:entities": "npm run build:core && node ./scripts/verify-autopilot-e2e-entities.mjs",
    "verify:autopilot-e2e:entities-matrix": "npm run build:core && node ./scripts/verify-autopilot-e2e-entities-matrix.mjs",
    "verify:version-harness": "npm run build:core && node ./scripts/verify-version-harness-e2e.mjs",
    "verify:iwmt-cascade": "npm run build:core && node ./scripts/verify-iwmt-cascade-e2e.mjs",
    "verify:live-ui:p0": "node ./scripts/agent-browser-live-ui-p0-audit.mjs",
    "verify:conduit-mcp": "node ./scripts/verify-conduit-mcp.mjs",
    "verify:repo-hygiene": "node ./scripts/verify-repo-hygiene.mjs",
    "dev:main": "node ./scripts/dev-main-sync.mjs",
    "dev:live": "node ./scripts/live-dev-serve.mjs",
    "e2e:auto-continue": "node ./scripts/e2e-auto-continue.mjs",
    "e2e:agent-suite": "npm run build:core && node ./scripts/e2e-agent-suite-kickoff-3x.mjs",
    "demo:record": "node ./scripts/record-demo.mjs",
    "qa:capture": "node ./scripts/capture-qa-evidence.mjs",
    "ship": "node ./scripts/ship.mjs",
    "ops:launch-checklist": "node ./scripts/run-launch-checklist.mjs",
    "seo:plan": "node ./scripts/apply-seo-plan-v1.mjs",
    "seo:run": "node ./scripts/seo/run.mjs",
    "install:dashboard": "npm --prefix dashboard ci --include=dev",
    "build:dashboard": "npm run install:dashboard && npm --prefix dashboard run build",
    "build:core": "rm -rf dist && tsc && node ./scripts/copy-manifest.mjs",
    "build": "npm run build:dashboard && npm run build:core",
    "deploy": "./scripts/deploy-local.sh",
    "deploy:local": "./scripts/deploy-local.sh --local",
    "deploy:patch": "./scripts/deploy-local.sh patch",
    "deploy:minor": "./scripts/deploy-local.sh minor",
    "deploy:major": "./scripts/deploy-local.sh major",
    "cleanup:runtime": "node ./dist/runtime-cleanup.js",
    "clean": "rm -rf dist",
    "pack": "npm run build && mkdir -p artifacts && npm pack --pack-destination artifacts",
    "preuninstall": "node ./dist/runtime-cleanup.js",
    "prepublishOnly": "npm run build",
    "export:design-tokens": "node ./scripts/export-design-tokens.mjs"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "orgx",
    "agent-orchestration",
    "agent-memory",
    "mcp",
    "ai-agents",
    "quality-gates",
    "model-routing"
  ],
  "author": "OrgX Team <team@useorgx.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/useorgx/openclaw-plugin.git"
  },
  "homepage": "https://useorgx.com",
  "bugs": {
    "url": "https://github.com/useorgx/openclaw-plugin/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.1.0"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.19.30",
    "playwright-core": "^1.58.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "better-sqlite3": "^11.10.0"
  }
}
