-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1021 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1021 Bytes
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
{
"name": "@remember-md/remember",
"version": "2.0.6",
"description": "Portable knowledge base — one brain, every AI tool. Extract decisions, people, and insights from your AI sessions into organized local markdown.",
"main": "index.js",
"keywords": [
"openclaw",
"plugin",
"knowledge-base",
"markdown",
"second-brain",
"note-taking",
"AI",
"memory",
"brain-dump"
],
"author": "Gabriel Fratica <gabriel@codez.ro>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/remember-md/remember.git"
},
"bugs": {
"url": "https://github.com/remember-md/remember/issues"
},
"homepage": "https://github.com/remember-md/remember#readme",
"files": [
"index.js",
"openclaw.plugin.json",
"scripts/",
"skills/",
"config.defaults.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"openclaw": {
"type": "plugin",
"extensions": [
"./index.js"
]
}
}