UNPKG

@fastify/circuit-breaker

Version:
84 lines (83 loc) 1.92 kB
{ "name": "@fastify/circuit-breaker", "version": "4.0.2", "description": "A low overhead circuit breaker for your routes", "main": "index.js", "types": "types/index.d.ts", "type": "commonjs", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 -100 node --test", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-circuit-breaker.git" }, "keywords": [ "fastify", "circuit breaker", "circuit", "breaker", "overhead", "speed" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.31.1" }, "dependencies": { "@fastify/error": "^4.0.0", "fastify-plugin": "^5.0.0", "toad-cache": "^3.7.0" }, "bugs": { "url": "https://github.com/fastify/fastify-circuit-breaker/issues" }, "homepage": "https://github.com/fastify/fastify-circuit-breaker#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "pre-commit": [ "lint", "test" ], "publishConfig": { "access": "public" } }