{
  "name": "@blackglory/wait-for",
  "version": "0.8.5",
  "description": "A module for waiting for things to happen.",
  "keywords": [
    "waitFor",
    "DOM"
  ],
  "files": [
    "lib",
    "src"
  ],
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=22"
  },
  "repository": "git@github.com:BlackGlory/wait-for.git",
  "author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
  "license": "MIT",
  "scripts": {
    "prepare": "ts-patch install -s",
    "deduplicate": "yarn-deduplicate",
    "lint": "eslint --quiet src __tests__",
    "test": "vitest --run",
    "prepublishOnly": "run-s prepare clean build",
    "clean": "rimraf lib",
    "build": "tsc --project tsconfig.build.json",
    "release": "standard-version"
  },
  "husky": {
    "hooks": {
      "pre-commit": "run-s prepare lint build test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@eslint/js": "^9.39.1",
    "@types/node": "22.10.7",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.1",
    "extra-abort": "^0.4.0",
    "husky": "^4.3.6",
    "jsdom": "^27.2.0",
    "npm-run-all": "^4.1.5",
    "return-style": "^3.0.1",
    "rimraf": "^6.1.2",
    "standard-version": "^9.5.0",
    "ts-patch": "^3.3.0",
    "tslib": "^2.8.1",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.48.0",
    "typescript-transform-paths": "^3.5.5",
    "vite": "^7.2.4",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^4.0.14",
    "yarn-deduplicate": "^6.0.2"
  },
  "dependencies": {
    "@blackglory/observe": "^0.3.0",
    "@blackglory/structures": "^0.14.11",
    "extra-promise": "^7.0.1",
    "extra-timers": "^0.3.0",
    "iterable-operator": "^5.1.0",
    "rxjs": "^7.8.2"
  }
}
