-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 869 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
{
"name": "opencode-breadcrumb",
"version": "0.1.1",
"description": "OpenCode plugin that displays timestamp, session duration, and git context on each prompt",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"keywords": [
"opencode",
"opencode-plugin",
"plugin",
"timestamp",
"session",
"git",
"context",
"breadcrumb"
],
"author": "Mike Ramirez <keybrdist@users.noreply.github.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/keybrdist/opencode-breadcrumb.git"
},
"bugs": {
"url": "https://github.com/keybrdist/opencode-breadcrumb/issues"
},
"homepage": "https://github.com/keybrdist/opencode-breadcrumb#readme",
"engines": {
"node": ">=18"
},
"files": [
"index.js"
]
}