-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbun.lock
More file actions
35 lines (28 loc) · 1.81 KB
/
bun.lock
File metadata and controls
35 lines (28 loc) · 1.81 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
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "usage-plugin",
"devDependencies": {
"@opencode-ai/plugin": "^1.0.0",
"@types/bun": "^1.2.0",
"@types/node": "^22.0.0",
"typescript": "^5.7.0",
},
"peerDependencies": {
"@opencode-ai/plugin": "^1.0.0",
},
},
},
"packages": {
"@opencode-ai/plugin": ["@opencode-ai/plugin@1.1.29", "", { "dependencies": { "@opencode-ai/sdk": "1.1.29", "zod": "4.1.8" } }, "sha512-v70pQH//oN8Vd9KOZIpxIxrldKF4csmn799RS72WI7MGhMGTeuqrx/DUEqgqZePX9Kr6kKHN37fzug6KBJoWsQ=="],
"@opencode-ai/sdk": ["@opencode-ai/sdk@1.1.29", "", {}, "sha512-yLueXZ7deMtvDwfaRLBYkbNfFXqx4LrsW8P97NjzX4G7n5esme8l24Xu9lAU6dE2VcZsBcsz++hI5X0HT4sIUQ=="],
"@types/bun": ["@types/bun@1.3.6", "", { "dependencies": { "bun-types": "1.3.6" } }, "sha512-uWCv6FO/8LcpREhenN1d1b6fcspAB+cefwD7uti8C8VffIv0Um08TKMn98FynpTiU38+y2dUO55T11NgDt8VAA=="],
"@types/node": ["@types/node@22.19.7", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw=="],
"bun-types": ["bun-types@1.3.6", "", { "dependencies": { "@types/node": "*" } }, "sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ=="],
"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=="],
}
}