-
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.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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": "opencode-session-id-plugin",
"version": "1.1.1",
"description": "OpenCode TUI plugin: display the active session ID below the session title in the right sidebar. Restores the channel-gated dev-build behavior (sidebar.tsx InstallationChannel guard) on the stable release channel.",
"type": "module",
"main": "dist/tui.js",
"exports": {
".": {
"import": "./dist/tui.js",
"types": "./types.d.ts"
},
"./tui": {
"import": "./dist/tui.js",
"types": "./types.d.ts"
}
},
"files": [
"dist/tui.js",
"types.d.ts",
"README.md",
"LICENSE",
"docs/before.png",
"docs/after.png"
],
"keywords": [
"opencode",
"opencode-plugin",
"session-id",
"tui",
"sidebar"
],
"author": "hardes11",
"license": "MIT",
"dependencies": {
"@opentui/solid": "0.1.107",
"solid-js": "1.9.10"
},
"devDependencies": {
"@opencode-ai/plugin": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/hardes11/opencode-session-id-plugin.git"
},
"homepage": "https://github.com/hardes11/opencode-session-id-plugin#readme"
}