-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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
{
"name": "@samfp/pi-essentials",
"version": "0.2.1",
"description": "Essential extensions for pi — auto session naming, compact header, clipboard images, image pruning, markdown viewer, screenshots, and subagents.",
"keywords": [
"pi-package",
"extensions"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/samfoy/pi-essentials"
},
"pi": {
"extensions": [
"./src/auto-session-name.ts",
"./src/compact-header.ts",
"./src/clipboard-image.ts",
"./src/image-context-pruner.ts",
"./src/markdown-viewer.ts",
"./src/screenshot.ts",
"./src/subagent.ts",
"./src/context-pruner.ts"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": ">=0.57.0",
"@mariozechner/pi-tui": ">=0.57.0"
}
}