forked from FammasMaz/pi-cc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pi-claude-style-tools",
"version": "1.0.62",
"description": "Claude Code-style grouped tool rows for pi with Ctrl+O/Ctrl+Shift+O previews, math rendering, and consistent built-in, MCP, and custom tool rendering",
"keywords": [
"pi-package",
"pi-extension",
"claude-code",
"pi",
"tool-renderer",
"mcp",
"terminal-images",
"tool-groups",
"math-rendering",
"latex",
"keybindings",
"shiki",
"diff"
],
"license": "MIT",
"author": "FammasMaz",
"repository": {
"type": "git",
"url": "git+https://github.com/FammasMaz/pi-cc-tools.git"
},
"homepage": "https://github.com/FammasMaz/pi-cc-tools#readme",
"bugs": {
"url": "https://github.com/FammasMaz/pi-cc-tools/issues"
},
"files": [
"extensions/index.ts",
"extensions/spinner.ts",
"config/config.example.json",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"typecheck": "tsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --skipLibCheck extensions/index.ts extensions/spinner.ts",
"pack:dry-run": "npm pack --dry-run",
"publish:dry-run": "npm publish --dry-run",
"bench:tools": "bun scripts/benchmark-tools.ts"
},
"dependencies": {
"@shikijs/cli": "^4.0.2",
"diff": "^9.0.0"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"@sinclair/typebox": "*"
},
"pi": {
"extensions": [
"./extensions/index.ts",
"./extensions/spinner.ts"
]
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "^0.79.1",
"@earendil-works/pi-tui": "^0.79.1",
"@sinclair/typebox": "^0.34.49",
"@types/node": "^25.7.0",
"typescript": "^6.0.3"
}
}