{ "name": "brok", "description": "Brotli encoder and decoder for hapi.js", "version": "5.0.2", "repository": "https://github.com/kanongil/brok.git", "main": "lib/index.js", "keywords": [ "brotli", "compress", "encoder", "decoder", "hapi", "plugin" ], "engines": { "node": ">=12.13.0" }, "peerDependencies": { "@hapi/hapi": ">=17.9.0" }, "dependencies": { "@hapi/hoek": "^9.0.4", "@hapi/validate": "^1.1.3" }, "devDependencies": { "@hapi/code": "^8.0.1", "@hapi/hapi": "^20.1.3", "@hapi/lab": "^24.2.1" }, "scripts": { "test": "lab -f -a @hapi/code -t 100 -L", "test-cov-html": "lab -f -a @hapi/code -r html -o coverage.html" }, "license": "BSD-3-Clause" }