-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 919 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 919 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-code-actions",
"version": "0.1.5",
"description": "Pick code blocks or inline snippets from recent assistant messages to copy or insert.",
"license": "MIT",
"author": "Thomas Mustier",
"keywords": [
"pi-package"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tmustier/pi-extensions.git",
"directory": "code-actions"
},
"bugs": "https://github.com/tmustier/pi-extensions/issues",
"homepage": "https://github.com/tmustier/pi-extensions/tree/main/code-actions",
"pi": {
"extensions": [
"index.ts"
],
"image": "https://github.com/user-attachments/assets/0dc10a64-d61f-4b56-9684-5e448c759385"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "^0.74.0",
"@earendil-works/pi-tui": "^0.74.0"
}
}