{
  "name": "@hapi/mimos",
  "description": "Mime database interface",
  "version": "6.0.0",
  "repository": "git://github.com/hapijs/mimos",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "keywords": [
    "mime",
    "database",
    "content-type"
  ],
  "dependencies": {
    "@hapi/hoek": "9.x.x",
    "mime-db": "1.x.x"
  },
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/lab": "^24.2.1",
    "typescript": "~4.0.7"
  },
  "scripts": {
    "test": "lab -m 5000 -t 100 -L -a @hapi/code -Y",
    "test-cov-html": "lab -a @hapi/code -r html -o coverage.html -L"
  },
  "license": "BSD-3-Clause"
}
