-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 943 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 943 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
{
"name": "oc-crofai",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "oc-crofai",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@opencode-ai/plugin": "^0.4.45"
}
},
"node_modules/@opencode-ai/plugin": {
"version": "0.4.45",
"resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-0.4.45.tgz",
"integrity": "sha512-TuD+FNmA6vN+/B82qayCvOyTXRuAtfvU0U95UKSZoNrYgIBhpD/sW/oS65iUv5QwQqzO8BxI4DYWjmLIqCz8uw==",
"dev": true,
"dependencies": {
"@opencode-ai/sdk": "0.4.19"
}
},
"node_modules/@opencode-ai/sdk": {
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-0.4.19.tgz",
"integrity": "sha512-7V+wDR1+m+TQZAraAh/bOSObiA/uysG1YIXZVe6gl1sQAXDtkG2FYCzs0gTZ/ORdkUKEnr3vyQIk895Mu0CC/w==",
"dev": true
}
}
}