-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 949 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 949 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
{
"name": "@tmustier/pi-session-recap",
"version": "0.1.3",
"description": "One-line recap above the editor when you refocus a Pi session. Keeps you in flow when multi-agenting.",
"license": "MIT",
"author": "Thomas Mustier",
"keywords": [
"pi-package"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tmustier/pi-extensions.git",
"directory": "session-recap"
},
"bugs": "https://github.com/tmustier/pi-extensions/issues",
"homepage": "https://github.com/tmustier/pi-extensions/tree/main/session-recap",
"pi": {
"extensions": [
"index.ts"
],
"image": "https://raw.githubusercontent.com/tmustier/pi-extensions/main/session-recap/assets/recap.png"
},
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*"
},
"devDependencies": {
"@earendil-works/pi-ai": "^0.74.0",
"@earendil-works/pi-coding-agent": "^0.74.0"
}
}