-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 789 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 789 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
35
36
37
38
39
{
"name": "@bbingz/polycli-opencode",
"version": "0.6.20",
"type": "module",
"main": "./index.mjs",
"exports": {
".": "./index.mjs"
},
"description": "OpenCode adapter for the shared polycli companion.",
"license": "MIT",
"homepage": "https://github.com/bbingz/polycli",
"keywords": [
"polycli",
"opencode",
"ai-cli",
"developer-tools",
"multi-provider"
],
"engines": {
"node": ">=20"
},
"files": [
"index.mjs",
"README.md",
"LICENSE",
"scripts/polycli-companion.bundle.mjs"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbingz/polycli.git",
"directory": "plugins/polycli-opencode"
},
"dependencies": {
"zod": "^4.1.8"
}
}