hapi-rate-limit
Version:
Rate limiting plugin for hapi
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "hapi-rate-limit",
"version": "8.0.0",
"description": "Rate limiting plugin for hapi",
"main": "index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -v -e test",
"lint": "standard",
"lint:fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/wraithgar/hapi-rate-limit.git"
},
"keywords": [
"hapi",
"rate",
"limit"
],
"author": "Gar <gar+code@danger.computer>",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"bugs": {
"url": "https://github.com/wraithgar/hapi-rate-limit/issues"
},
"pre-commit": [
"test"
],
"homepage": "https://github.com/wraithgar/hapi-rate-limit#readme",
"peerDependencies": {
"@hapi/hapi": ">=18.0.0"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/catbox-memory": "^6.0.2",
"@hapi/hoek": "^11.0.7",
"joi": "^18.0.0"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.4.2",
"@hapi/lab": "^26.0.0",
"git-validate": "^2.2.4",
"standard": "^17.1.2"
}
}