-
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) · 906 Bytes
/
bun.lock
File metadata and controls
22 lines (20 loc) · 906 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": "lunchkey",
"dependencies": {
"presonus_studioone_5_sdk": "github:aminya/Presonus_StudioOne_5_SDK#34eaea8adcabb66b52ff2af643f132e6be0cb4f1",
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.10",
"typescript": "^5",
},
},
},
"packages": {
"@tsconfig/recommended": ["@tsconfig/recommended@1.0.10", "", {}, "sha512-cGvydvg03lONp5Z9yaplW493Vw9/um7k588mvDkm+VFPF2PZUVPx0uswq4PFpeEySsLbQRETrDRhzh4Dmxaslw=="],
"presonus_studioone_5_sdk": ["presonus_studioone_5_sdk@github:aminya/Presonus_StudioOne_5_SDK#34eaea8", {}, "aminya-Presonus_StudioOne_5_SDK-34eaea8"],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
}
}