-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
39 lines (31 loc) · 2.16 KB
/
bun.lock
File metadata and controls
39 lines (31 loc) · 2.16 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
39
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "opencode-acm",
"dependencies": {
"@opencode-ai/plugin": "^1.3.11",
"@opencode-ai/sdk": "^1.3.11",
"zod": "^4.0.0",
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/bun": "latest",
"@types/node": "^22.0.0",
"typescript": "^5.0.0",
},
},
},
"packages": {
"@opencode-ai/plugin": ["@opencode-ai/plugin@1.3.11", "", { "dependencies": { "@opencode-ai/sdk": "1.3.11", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.1.93", "@opentui/solid": ">=0.1.93" }, "optionalPeers": ["@opentui/core", "@opentui/solid"] }, "sha512-PzxNO2QayrN73+Ou9dIwk8oFUGS2xytEF/RQjENXQA9LzW00bag9KjurDkMriu0aCb0zdWjXsjbWGGN9Qu8SoA=="],
"@opencode-ai/sdk": ["@opencode-ai/sdk@1.3.11", "", {}, "sha512-ys9Ezv/7dGYnqr+nVkDFjSLATy+Itg9RYBdJgFXqsPEp852oCMhJEfGeZZ3Plhyhx3kOYa6iPNAgVR6xuCKKeg=="],
"@tsconfig/node22": ["@tsconfig/node22@22.0.5", "", {}, "sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw=="],
"@types/bun": ["@types/bun@1.3.11", "", { "dependencies": { "bun-types": "1.3.11" } }, "sha512-5vPne5QvtpjGpsGYXiFyycfpDF2ECyPcTSsFBMa0fraoxiQyMJ3SmuQIGhzPg2WJuWxVBoxWJ2kClYTcw/4fAg=="],
"@types/node": ["@types/node@22.19.15", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg=="],
"bun-types": ["bun-types@1.3.11", "", { "dependencies": { "@types/node": "*" } }, "sha512-1KGPpoxQWl9f6wcZh57LvrPIInQMn2TQ7jsgxqpRzg+l0QPOFvJVH7HmvHo/AiPgwXy+/Thf6Ov3EdVn1vOabg=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
"undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
"zod": ["zod@4.1.8", "", {}, "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ=="],
}
}