-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 796 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 796 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
{
"name": "@modemdev/glance-pi",
"version": "0.1.0",
"description": "glance.sh extension package for pi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/modem-dev/glance-agent-plugins.git",
"directory": "pi"
},
"homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/pi",
"bugs": {
"url": "https://github.com/modem-dev/glance-agent-plugins/issues"
},
"keywords": [
"pi-package",
"pi-extension",
"pi",
"glance",
"screenshot",
"agent"
],
"files": [
"glance.ts",
"README.md"
],
"pi": {
"extensions": [
"./glance.ts"
]
},
"peerDependencies": {
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*"
}
}