{
  "name": "@yishan-io/pi-notify",
  "version": "0.3.1",
  "type": "module",
  "keywords": ["pi-package"],
  "files": ["extensions", "src", "!src/**/*.test.ts", "LICENSE", "README.md"],
  "exports": {
    ".": "./src/index.ts",
    "./extension": "./extensions/index.ts"
  },
  "types": "./src/index.ts",
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "lint": "biome check src extensions"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^24.12.4"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yishan-io/yishan-mono",
    "directory": "packages/pi-notify"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT"
}
