{
  "name": "pi-nudge",
  "version": "1.0.0",
  "description": "Native terminal notifications for pi.",
  "keywords": [
    "pi-package",
    "notifications",
    "terminal",
    "nudge"
  ],
  "author": "Jason Diamond <jason@diamond.name>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdiamond/pi-nudge.git"
  },
  "homepage": "https://github.com/jdiamond/pi-nudge#readme",
  "bugs": {
    "url": "https://github.com/jdiamond/pi-nudge/issues"
  },
  "files": [
    "src",
    "README.md"
  ],
  "type": "module",
  "scripts": {
    "test": "npm run check && node --test --experimental-strip-types test/**/*.ts",
    "check": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.58.1"
  }
}
