-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 957 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
34 lines (34 loc) · 957 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
34
{
"name": "SHBucket",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"claude-code": "^0.0.2"
}
},
"node_modules/claude-code": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/claude-code/-/claude-code-0.0.2.tgz",
"integrity": "sha512-Lpx7qu4M+QJuEAz8z0GGjKgqIJytl1G21ePTOyQ91NR7GZkmH3eiQO5SNAjsOIQ9o80IqvPH1awtjKqOU/P+PA==",
"peerDependencies": {
"typescript": "^5"
}
},
"node_modules/typescript": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}