mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@smoose/pi-notify",
|
|
"version": "0.1.1-my-pi.1",
|
|
"description": "Kitty-aware completion and permission-input notifications for Pi with exact-window focus.",
|
|
"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"
|
|
}
|
|
}
|