{
  "name": "@tpsdev-ai/openclaw-flair",
  "version": "0.10.0",
  "description": "OpenClaw memory plugin for Flair — agent identity and semantic memory",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "openclaw.plugin.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "memory",
    "flair",
    "harper",
    "semantic-search",
    "agent-memory"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tpsdev-ai/flair.git",
    "directory": "packages/openclaw-flair"
  },
  "homepage": "https://github.com/tpsdev-ai/flair/tree/main/packages/openclaw-flair",
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "runtimeExtensions": [
      "./dist/index.js"
    ],
    "compat": {
      "pluginApi": ">=2026.5.7"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.7"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "@tpsdev-ai/flair-client": "0.10.0"
  },
  "devDependencies": {
    "typescript": "5.9.3"
  }
}
