-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 833 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
{
"name": "@four-bytes/four-opencode-knowledge",
"version": "0.3.1",
"description": "General-Purpose Knowledge Base with SQLite+FTS5 and Confidence-Gating for OpenCode agents — captures problems, patterns, conventions, decisions, observations, fixes, and summaries.",
"license": "Apache-2.0",
"type": "module",
"main": "dist/four-opencode-knowledge.js",
"scripts": {
"build": "bun build src/four-opencode-knowledge.ts --outdir=dist --target=bun",
"test": "bun test"
},
"keywords": [
"opencode",
"opencode-plugin",
"four-bytes"
],
"repository": {
"type": "git",
"url": "git+https://github.com/four-bytes/four-opencode-knowledge.git"
},
"devDependencies": {
"bun-types": "1.3.14",
"typescript": "6.0.3"
},
"dependencies": {
"@opencode-ai/plugin": "1.15.13"
}
}