{
  "name": "limiter-component",
  "version": "2.0.0",
  "description": "Limits the rate of function calls to one per period. It delays but does not throttle the calls.",
  "type": "module",
  "exports": "./index.js",
  "scripts": {
    "test": "make check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pirxpilot/limiter.git"
  },
  "keywords": [
    "browser",
    "limit",
    "throttle"
  ],
  "author": "Damian Krzeminski <pirxpilot@furkot.com>",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4"
  },
  "files": [
    "index.js"
  ]
}
