{ "name": "@hapi/inert", "description": "Static file and directory handlers plugin for hapi.js", "version": "6.0.4", "repository": "https://github.com/hapijs/inert.git", "main": "lib/index.js", "files": [ "lib" ], "keywords": [ "file", "directory", "handler", "hapi", "plugin" ], "eslintConfig": { "extends": [ "plugin:@hapi/module" ] }, "dependencies": { "@hapi/ammo": "5.x.x", "@hapi/boom": "9.x.x", "@hapi/bounce": "2.x.x", "@hapi/hoek": "9.x.x", "@hapi/validate": "1.x.x", "lru-cache": "^6.0.0" }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/eslint-plugin": "*", "@hapi/file": "2.x.x", "@hapi/hapi": "20.x.x", "@hapi/lab": "24.x.x" }, "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" }