-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 859 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 859 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
{
"name": "pi-thinking-timer",
"version": "0.1.3",
"description": "Pi extension that shows a live timer next to collapsed Thinking blocks.",
"license": "MIT",
"author": "xryul",
"repository": {
"type": "git",
"url": "git+https://github.com/xRyul/pi-thinking-timer.git"
},
"bugs": {
"url": "https://github.com/xRyul/pi-thinking-timer/issues"
},
"homepage": "https://github.com/xRyul/pi-thinking-timer#readme",
"keywords": [
"pi-package",
"pi",
"pi-extension"
],
"pi": {
"extensions": ["./thinking-timer.ts"],
"image": "https://raw.githubusercontent.com/xRyul/pi-thinking-timer/main/assets/demo.gif"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*"
},
"files": [
"thinking-timer.ts",
"README.md",
"LICENSE",
"package.json"
]
}