Files
pi-ntfy/package.json
T
杨豪 ace153b4c7
Publish pi-ntfy to npm / publish (push) Failing after 15s
chore: set gitea package metadata
2026-09-17 09:51:31 +08:00

57 lines
1.0 KiB
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"
],
"scripts": {
"test": "node test/run.ts",
"prepublishOnly": "node test/run.ts"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}