forked from pierre-borckmans/pide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 734 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
{
"name": "@pborck/pi-de",
"version": "0.1.6",
"description": "IDE integration for pi coding agent - shows current file/selection from VS Code, JetBrains, etc.",
"keywords": ["pi-package", "ide", "vscode", "jetbrains", "goland", "intellij"],
"repository": {
"type": "git",
"url": "https://github.com/pierre-borckmans/pide"
},
"author": "Pierre Borckmans",
"license": "MIT",
"pi": {
"extensions": ["./index.ts"],
"image": "https://raw.githubusercontent.com/pierre-borckmans/pide/main/screenshot-v2.png"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}