{ "name": "@openclaw/claude-mem", "version": "1.0.0", "private": true, "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "tsc && node --test dist/index.test.js" }, "devDependencies": { "@types/node": "^25.6.0", "typescript": "^6.0.3" }, "openclaw": { "extensions": [ "./dist/index.js" ] } }