{ "name": "@vectorize-io/hindsight-openclaw", "version": "0.5.1", "description": "Hindsight memory plugin for OpenClaw - biomimetic long-term memory with fact extraction", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "hindsight-openclaw-backfill": "dist/backfill.js" }, "type": "module", "openclaw": { "extensions": [ "./dist/index.js" ] }, "keywords": [ "openclaw", "memory", "ai", "agent", "hindsight", "long-term-memory" ], "author": "Vectorize ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vectorize-io/hindsight.git", "directory": "hindsight-integrations/openclaw" }, "files": [ "dist", "openclaw.plugin.json", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "backfill:help": "node dist/backfill.js --help", "test": "vitest run src", "test:watch": "vitest src", "test:integration": "vitest run --config vitest.integration.config.ts", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.0.0", "@vitest/ui": "^4.1.2", "typescript": "^5.3.0", "vitest": "^4.1.2" }, "engines": { "node": ">=22" }, "overrides": { "rollup": "^4.59.0", "picomatch": ">=2.3.2 <3.0.0 || >=4.0.4", "vite": ">=8.0.5" } }