{
  "name": "@graelo/pi-defer-modal",
  "version": "0.2.0",
  "description": "Defer modal dialogs while the user is typing to prevent interruption",
  "type": "module",
  "main": "src/index.ts",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/graelo/pi-defer-modal.git"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "tsx --test src/**/*.test.ts"
  },
  "dependencies": {
    "@graelo/pi-ext-config": "^0.2.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22",
    "tsx": "^4.23.9",
    "typescript": "^6.0.3"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "modal",
    "dialog",
    "typing",
    "defer",
    "non-interrupting"
  ],
  "author": "graelo",
  "homepage": "https://github.com/graelo/pi-defer-modal#readme",
  "bugs": {
    "url": "https://github.com/graelo/pi-defer-modal/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT"
}
