mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-08-04 16:44:42 +00:00
feat: release v1.0.0-beta.1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user