-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 593 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 593 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
{
"name": "revdiff-pi",
"version": "0.4.2",
"description": "Pi package for revdiff interactive diff review",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umputun/revdiff.git"
},
"keywords": [
"pi-package",
"code-review",
"diff",
"annotations",
"tui"
],
"files": [
"plugins/pi/"
],
"peerDependencies": {
"@earendil-works/pi-coding-agent": "^0.74.0",
"typebox": "^1.1.24"
},
"pi": {
"extensions": [
"./plugins/pi/extensions"
],
"skills": [
"./plugins/pi/skills"
]
}
}