-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
22 lines (20 loc) · 831 Bytes
/
bun.lock
File metadata and controls
22 lines (20 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "sentry-flex-layout",
"dependencies": {
"@jssg/utils": "^0.0.1",
},
"devDependencies": {
"@codemod.com/jssg-types": "^1.3.0",
"typescript": "^5.8.3",
},
},
},
"packages": {
"@codemod.com/jssg-types": ["@codemod.com/jssg-types@1.3.1", "", {}, "sha512-poYNa8mfr8+4+kBPc3bAKBTaUtOQdg5z3voeGGAAr0tiTBvC4cmmoY/dyHXEWT8F+p8A1tWUnhmJZ4WQXV3HVA=="],
"@jssg/utils": ["@jssg/utils@0.0.1", "", {}, "sha512-SrVS+ZdGGJCNWNmXukqTWloYmijsHT5+gyuwVX/kqNIjVHPzy7VGOJ6UkFZ5JAtvDBTryrUpfOA8eXUUDjTbdg=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
}
}