-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) 路 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) 路 1.36 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
{
"name": "opencode-codex-oauth-manager",
"version": "1.0.2",
"description": "OpenCode OpenAI account manager, quota checker, and sidebar plugin installer",
"main": "index.js",
"exports": {
".": "./index.js",
"./plugin/oc-hesap-sidebar": "./plugin/oc-hesap-sidebar/tui.tsx",
"./plugin/oc-hesap-sidebar/tui": "./plugin/oc-hesap-sidebar/tui.tsx"
},
"bin": {
"oc-hesap": "index.js"
},
"files": [
"index.js",
"src",
"plugin/oc-hesap-sidebar/tui.tsx",
"plugin/oc-hesap-sidebar/package.json",
"plugin/oc-hesap-sidebar/README.md",
"AI_CONTEXT.md",
"README.md",
"README_TR.md",
"LICENSE",
"preview.png"
],
"scripts": {
"postinstall": "node -e \"console.log('Run oc-hesap install-plugin to enable the OpenCode sidebar plugin.')\""
},
"keywords": [
"opencode",
"openai",
"codex",
"oauth",
"account-manager",
"tui-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fitzgpt/opencode-codex-oauth-manager.git"
},
"bugs": {
"url": "https://github.com/fitzgpt/opencode-codex-oauth-manager/issues"
},
"homepage": "https://github.com/fitzgpt/opencode-codex-oauth-manager#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@opentui/solid": "^0.2.6",
"solid-js": "^1.9.10"
},
"author": "FitzGPT",
"license": "MIT"
}