Files
TencentDB-Agent-Memory/openclaw-plugin/package.json
T
2026-05-29 17:51:28 +08:00

36 lines
845 B
JSON

{
"name": "@tencentdb-agent-memory/openclaw-plugin",
"version": "1.0.0-beta.1",
"description": "OpenClaw memory plugin — client mode for TencentDB Agent Memory Gateway",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"openclaw": {
"extensions": [
"./dist/index.js"
]
},
"scripts": {
"clean": "rm -rf dist *.tgz",
"build": "tsc",
"prepack": "npm run clean && npm install --no-save --no-audit --no-fund && npm run build",
"test:sdk": "node --env-file=.env --import tsx tests/sdk-cos.ts"
},
"dependencies": {
"@tencentdb-agent-memory/memory-sdk-ts": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.5.0"
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"dist/",
"src/",
"index.ts",
"openclaw.plugin.json",
"README.md"
]
}