{
  "name": "@hisorange/resistor",
  "version": "2.1.1",
  "description": "Versatily resource load throttler with extensible strategies, configuration and virtual thread management.",
  "keywords": [
    "virtual-thread",
    "throttle",
    "resource",
    "worker",
    "parallel",
    "rate-limiter"
  ],
  "main": "build/index.js",
  "repository": "https://github.com/hisorange/resistor",
  "author": "Zsolt Varga <hello@hisorange.me>",
  "license": "MIT",
  "scripts": {
    "build": "tsc --build ./tsconfig.json",
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.0.2",
    "jest": "^27.0.3",
    "ts-jest": "^27.0.2",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "ts-deepmerge": "^1.0.8"
  }
}