Files
pi-ntfy/package.json
T
杨豪 7164408d74
Publish pi-ntfy to npm / publish (push) Successful in 17s
chore: release v1.0.3
2026-09-18 15:57:07 +08:00

53 lines
975 B
JSON

{
"name": "pi-ntfy",
"version": "1.0.3",
"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"
]
}
}