53 lines
975 B
JSON
53 lines
975 B
JSON
{
|
|
"name": "pi-ntfy",
|
|
"version": "1.0.0",
|
|
"description": "Project and session-aware NTFY notifications for the pi coding agent.",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": "local",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.ipao.vip/rogee/pi-ntfy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.ipao.vip/rogee/pi-ntfy/issues"
|
|
},
|
|
"homepage": "https://git.ipao.vip/rogee/pi-ntfy",
|
|
"keywords": [
|
|
"pi",
|
|
"pi-coding-agent",
|
|
"pi-package",
|
|
"pi-extension",
|
|
"ntfy",
|
|
"notify"
|
|
],
|
|
"files": [
|
|
"channels",
|
|
"index.ts",
|
|
"command.ts",
|
|
"config.ts",
|
|
"http.ts",
|
|
"notifier.ts",
|
|
"render.ts",
|
|
"types.ts",
|
|
"config.example.json",
|
|
"README.md",
|
|
"LICENSE",
|
|
"DESIGN.md"
|
|
],
|
|
"peerDependencies": {
|
|
"@earendil-works/pi-coding-agent": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|