-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "opencode-nowledge-mem",
"version": "0.3.1",
"description": "Nowledge Mem plugin for OpenCode. Cross-tool knowledge: search, save, Working Memory, and distillation.",
"type": "module",
"main": "src/index.ts",
"files": [
"src",
"AGENTS.md",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"opencode",
"opencode-plugin",
"nowledge",
"memory",
"knowledge-graph"
],
"author": {
"name": "Nowledge Labs",
"url": "https://nowledge-labs.ai"
},
"license": "MIT",
"homepage": "https://mem.nowledge.co/docs/integrations/opencode",
"repository": {
"type": "git",
"url": "https://github.com/nowledge-co/community.git",
"directory": "nowledge-mem-opencode-plugin"
},
"peerDependencies": {
"@opencode-ai/plugin": "^1.3.0"
}
}