Files
wehub-resource-sync f9447f8e5f
CI / typecheck · build · test · bundle-size (push) Failing after 1s
CI / clean-room dependency closure smoke (push) Failing after 1s
CI / server-runtime e2e (docker · pg + valkey) (push) Failing after 2s
Deploy Install Scripts / deploy (push) Failing after 2s
Windows / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:07:03 +08:00

22 lines
400 B
JSON

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