-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbun.lock
More file actions
33 lines (33 loc) · 678 Bytes
/
bun.lock
File metadata and controls
33 lines (33 loc) · 678 Bytes
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
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "deepsearch",
"dependencies": {
"dotenv": "^16.4.7",
"genkit": "^1.3.0",
"genkitx-openai": "^0.20.1",
"playwright": "^1.51.1",
"serpapi": "^2.1.0",
"uuid": "^11.1.0",
"zod": "^3.24.2",
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.13.10",
"@types/uuid": "^10.0.0",
},
"peerDependencies": {
"typescript": "^5.0.3",
},
},
},
"packages": {
"deepresearch@1.0.0": {
"mode": "local",
"url": "",
"size": 0,
"integrity": ""
}
}
}