forked from different-ai/opencode-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "@integrity2077/opencode-browser-win",
"version": "4.5.1",
"description": "Browser automation plugin for OpenCode (native messaging + per-tab ownership).",
"type": "module",
"bin": {
"opencode-browser": "bin/cli.js"
},
"main": "./dist/plugin.js",
"exports": {
".": "./dist/plugin.js",
"./plugin": "./dist/plugin.js"
},
"files": [
".opencode",
"bin",
"dist",
"extension",
"README.md"
],
"keywords": [
"opencode",
"browser",
"automation",
"chrome",
"plugin",
"native-messaging"
],
"author": "INTEGRITY2077",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/INTEGRITY2077/opencode-browser-win.git"
},
"bugs": {
"url": "https://github.com/different-ai/opencode-browser/issues"
},
"homepage": "https://github.com/different-ai/opencode-browser#readme",
"peerDependencies": {
"@opencode-ai/plugin": "*"
},
"dependencies": {},
"scripts": {
"tool-test": "node bin/tool-test.js"
}
}