forked from planetarium/vicoop-codex-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
103 lines (103 loc) · 2.89 KB
/
Copy pathpackage-lock.json
File metadata and controls
103 lines (103 loc) · 2.89 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "vicoop-codex-cli",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vicoop-codex-cli",
"version": "0.1.0",
"dependencies": {
"@a2x/sdk": "^0.14.0",
"commander": "^14.0.3"
},
"bin": {
"vicoop-codex": "bin/vicoop-codex.js"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@a2x/sdk": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@a2x/sdk/-/sdk-0.14.0.tgz",
"integrity": "sha512-upWydOgkUYyhOhS3XRNUD6Rx7rJU0wc+5lY+d6kjsB+ZWF4sLyEu+R7uZ1QvHp9QRjoM4lez3bicddqR3qeKlw==",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"@anthropic-ai/sdk": ">=0.52.0",
"@google/genai": ">=1.0.0",
"openai": ">=4.0.0",
"viem": ">=2.21.0",
"x402": ">=1.2.0",
"zod": "^3.0.0"
},
"peerDependenciesMeta": {
"@anthropic-ai/sdk": {
"optional": true
},
"@google/genai": {
"optional": true
},
"openai": {
"optional": true
},
"viem": {
"optional": true
},
"x402": {
"optional": true
},
"zod": {
"optional": true
}
}
},
"node_modules/@types/node": {
"version": "22.19.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
"integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"node_modules/commander": {
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true,
"license": "MIT"
}
}
}