-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbun.lock
More file actions
38 lines (31 loc) · 1.99 KB
/
bun.lock
File metadata and controls
38 lines (31 loc) · 1.99 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
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "opencode-huge-agents",
"dependencies": {
"jsonc-parser": "^3.3.1",
"opencode-huge-agents": "^0.1.0",
},
"devDependencies": {
"@opencode-ai/plugin": "^1.2.10",
"@types/node": "^24.3.0",
"typescript": "^5.9.3",
},
"peerDependencies": {
"@opencode-ai/plugin": ">=1.1.0",
},
},
},
"packages": {
"@opencode-ai/plugin": ["@opencode-ai/plugin@1.2.20", "", { "dependencies": { "@opencode-ai/sdk": "1.2.20", "zod": "4.1.8" } }, "sha512-BE6TOXVxgF24g5QgtlogSY5B+/AmZJ3cYaVjHZhUVuAli9JEg4RblrbrK2rfgbyZBoZDpjBLGTYtIRTVmOccEA=="],
"@opencode-ai/sdk": ["@opencode-ai/sdk@1.2.20", "", {}, "sha512-U5ROpG21D8jg9rkc1IgKAk1g5dn6X/rkOBfveupd0peSDO9n6VM9aikYccVLaMObxVqdjtG08IeQOFTPVS8ySQ=="],
"@types/node": ["@types/node@24.12.0", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ=="],
"jsonc-parser": ["jsonc-parser@3.3.1", "", {}, "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ=="],
"opencode-huge-agents": ["opencode-huge-agents@0.1.0", "", { "dependencies": { "jsonc-parser": "^3.3.1" }, "peerDependencies": { "@opencode-ai/plugin": ">=1.1.0" }, "bin": { "opencode-huge-agents": "dist/cli.js" } }, "sha512-dtnAdHECYIMRLWtXCu8Szzp+Mc32KHDWzq7ie3Gs6iatAD95ks9a42Wsd4rD1zOQdnidJj+ighB3y04mfZ/QGQ=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
"undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
"zod": ["zod@4.1.8", "", {}, "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ=="],
}
}