-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1001 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1001 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@tanvesh01/pierre-diffs",
"version": "0.2.1",
"description": "Pierre-themed inline diff renderer for Pi edit and write tool results.",
"author": "tanvesh01",
"license": "MIT",
"type": "module",
"keywords": [
"pi-package",
"pi-extension",
"coding-agent",
"diff",
"tui",
"pierre"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tanvesh01/pierre-diffs.git"
},
"homepage": "https://github.com/tanvesh01/pierre-diffs#readme",
"bugs": {
"url": "https://github.com/tanvesh01/pierre-diffs/issues"
},
"files": [
"extensions",
"README.md",
"LICENSE"
],
"pi": {
"extensions": [
"./extensions/diff-viewer/index.ts"
]
},
"dependencies": {
"@pierre/diffs": "^1.1.10",
"@pierre/theme": "^0.0.28",
"diff": "^8.0.4"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*"
},
"devDependencies": {
"typescript": "^6.0.2"
}
}