-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.16 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.16 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
{
"name": "supercode-revised",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@opencode-ai/plugin": "^0.15.8"
}
},
"node_modules/@opencode-ai/plugin": {
"version": "0.15.8",
"resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-0.15.8.tgz",
"integrity": "sha512-55l2khq8FfFNQvw+1fMvhxFUF1eds8CxopBo1gCdjca+jyjhArS79rJzmdoO+z8tEByrB4Cvqev8WpGwb+c/tg==",
"dependencies": {
"@opencode-ai/sdk": "0.15.8",
"zod": "4.1.8"
}
},
"node_modules/@opencode-ai/sdk": {
"version": "0.15.8",
"resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-0.15.8.tgz",
"integrity": "sha512-ByVxprn5EQl3voi89em+D0SXtKsy6Pj+JVyUiOPoLPcLc/7IIHPu+C2isM5ePtN0VR0+ztPx7a+m36NDTwoSCA=="
},
"node_modules/zod": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.8.tgz",
"integrity": "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}