-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 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
{
"name": "pi-notify",
"version": "1.3.0",
"description": "Desktop notifications for Pi agent via OSC 777/99/9 and Windows toast",
"keywords": [
"pi-package",
"pi",
"pi-coding-agent",
"notifications",
"osc"
],
"author": "ferologics",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ferologics/pi-notify.git"
},
"homepage": "https://github.com/ferologics/pi-notify#readme",
"bugs": {
"url": "https://github.com/ferologics/pi-notify/issues"
},
"pi": {
"extensions": [
"index.ts"
],
"video": "https://raw.githubusercontent.com/ferologics/pi-notify/master/demo.mp4"
},
"piRelease": {
"repo": "ferologics/pi-notify",
"branch": "master",
"subtreePublishRecipe": "publish-pi-notify"
}
}