UNPKG

rxjs-ratelimiter

Version:
52 lines (51 loc) 1.21 kB
{ "name": "rxjs-ratelimiter", "version": "1.0.1", "description": "rxjs 6 rate limiter", "main": "lib/index.js", "typings": "lib/index", "repository": { "type": "git", "url": "git://github.com/ohjames/rxjs-ratelimiter.git" }, "keywords": [ "rxjs", "rate", "limit", "limiter", "ratelimit", "ratelimiter" ], "scripts": { "build": "tsc -p src", "build:watch": "tsc -w -p src", "fix": "prettier --write '**/*.{tsx,ts}'", "test": "npm run build && npm run mocha", "mocha": "mocha lib/*.spec.js", "mocha:watch": "npm run mocha -- -w", "watch": "concurrently 'npm run build:watch' 'npm run mocha:watch'", "prepublish": "npm run build" }, "husky": { "hooks": { "precommit": "pretty-quick --staged" } }, "author": "James Pike <github@chilon.net>", "license": "ISC", "peerDependencies": { "rxjs": "^6" }, "devDependencies": { "@types/chai": "^4.0.0", "@types/mocha": "^5.2.5", "chai": "^4.0.2", "concurrently": "^4.0.1", "husky": "^1.0.0-rc.15", "mocha": "^5.2.0", "prettier": "^1.13.4", "pretty-quick": "^1.6.0", "rxjs": "^6.3.2", "typescript": "^3.0.3" } }