-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "memory-lancedb-dreaming",
"version": "0.2.9",
"description": "Dreaming plugin for memory-lancedb — Light/REM/Deep phases, DREAMS.md, daily report with optional channel push (Feishu/WeCom/etc.).",
"type": "module",
"main": "./dist/index.js",
"files": [
"dist/",
"openclaw.plugin.json",
"README.md",
"scripts/install.sh",
"scripts/verify-smoke.sh",
"scripts/doctor.sh"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "node scripts/test.mjs",
"prepublishOnly": "npm run test"
},
"openclaw": {
"extensions": ["./src/index.ts"],
"runtimeExtensions": ["./dist/index.js"],
"compat": {
"pluginApi": ">=2026.5.18",
"minGatewayVersion": "2026.5.18"
},
"build": {
"openclawVersion": "2026.5.20",
"pluginSdkVersion": "2026.5.20"
}
},
"dependencies": {
"@lancedb/lancedb": "^0.29.0",
"apache-arrow": "^18.1.0",
"openai": ">=4.0.0",
"typebox": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.5.0"
},
"peerDependencies": {
"openclaw": ">=2026.5.18",
"@openclaw/memory-lancedb": ">=2026.5.18"
},
"peerDependenciesMeta": {
"@openclaw/memory-lancedb": {
"optional": false
}
},
"author": "airbing11",
"homepage": "https://clawhub.ai/packages/memory-lancedb-dreaming",
"repository": {
"type": "git",
"url": "git+https://github.com/airbing11/memory-lancedb-dreaming.git"
},
"bugs": {
"url": "https://github.com/airbing11/memory-lancedb-dreaming/issues"
},
"keywords": ["openclaw", "plugin", "memory", "dreaming", "lancedb"],
"license": "MIT"
}