-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbun.lock
More file actions
37 lines (33 loc) · 1.15 KB
/
Copy pathbun.lock
File metadata and controls
37 lines (33 loc) · 1.15 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
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "prevu",
"devDependencies": {
"typescript": "^5.9.3",
},
},
"apps/cli": {
"name": "@prevu/cli",
"version": "0.2.3",
"bin": {
"prevu": "dist/index.js",
},
"devDependencies": {
"@types/node": "^20.19.25",
},
},
"packages/skills": {
"name": "@prevu/skills",
"version": "0.3.3",
},
},
"packages": {
"@prevu/cli": ["@prevu/cli@workspace:apps/cli"],
"@prevu/skills": ["@prevu/skills@workspace:packages/skills"],
"@types/node": ["@types/node@20.19.39", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw=="],
"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=="],
}
}