Files
my-pi/pi-notify/package.json
T

48 lines
1.1 KiB
JSON

{
"name": "@smoose/pi-notify",
"version": "0.1.1-my-pi.1",
"description": "Kitty-aware completion notifications for Pi with exact-window focus and settled-agent delivery.",
"type": "module",
"keywords": [
"pi-package",
"pi-extension",
"notification"
],
"license": "MIT",
"pi": {
"extensions": [
"./src/index.ts"
]
},
"files": [
"src/",
"README.md",
"UPSTREAM.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/smoosex/pi-notify.git"
},
"homepage": "https://github.com/smoosex/pi-notify",
"bugs": {
"url": "https://github.com/smoosex/pi-notify/issues"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "0.84.2",
"@types/node": "24.10.13",
"typescript": "6.0.3"
},
"scripts": {
"test": "node --experimental-strip-types --test tests/*.test.ts",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm run test"
},
"engines": {
"node": ">=22.19.0"
}
}