{
  "name": "nexbounce",
  "version": "7.0.1",
  "description": "A debouncer library based on microtasks.",
  "type": "module",
  "exports": {
    "./*.js": "./dist/*.js"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*"
      ]
    }
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "npx tsc && npx prettier dist/**/*.{js,d.ts} --write",
    "version": "npx typedoc && npx prettier docs/**/*.{css,html,js} --write && git add -A docs",
    "postversion": "git push && git push --tags && npm publish",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hawmex/nexbounce.git"
  },
  "keywords": [
    "debounce",
    "debounced",
    "promise",
    "defer",
    "deferred"
  ],
  "author": "Hamed Aarab",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Hawmex/nexbounce/issues"
  },
  "homepage": "https://github.com/Hawmex/nexbounce#readme",
  "devDependencies": {
    "prettier": "^2.5.1",
    "typedoc": "^0.22.11",
    "typescript": "^4.5.5"
  }
}
