-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1023 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
{
"name": "settings-opencode",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --experimental-strip-types --test plugins/learning/*.test.mts plugins/code-memory-lib/claim-intent.test.mts plugins/notification-gate.test.mts installer-bootstrap.test.mts opencode-pick.test.mts",
"test:opencode-pick": "node --test --experimental-strip-types opencode-pick.test.mts",
"typecheck:strict": "tsc --noEmit --project tsconfig.strict.json",
"metrics": "bun scripts/llm-metrics-dashboard.ts",
"test:metrics": "bun test plugins/llm-metrics-lib"
},
"engines": {
"node": ">=22.6"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.48",
"@ai-sdk/openai-compatible": "^2.0.30",
"@opencode-ai/plugin": "1.4.6",
"opencode-cursor-auth": "^1.0.16"
},
"overrides": {
"uuid": "13.0.1"
},
"devDependencies": {
"@types/node": "24.10.1",
"bun-types": "^1.3.11",
"jsonc-parser": "3.3.1",
"typescript": "5.9.3",
"zod": "4.3.5"
}
}