{
  "name": "mimer",
  "version": "2.0.2",
  "description": "A simple Mime type getter",
  "main": "index.js",
  "scripts": {
    "build": "node src/parser.mjs > map.js",
    "pretest": "npm run build",
    "test": "node test.mjs",
    "prepublish": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/heldr/mimer.git"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "bin",
    "cli.js",
    "index.js",
    "index.d.ts",
    "safe.js",
    "safe.d.ts",
    "map.js",
    "README.md"
  ],
  "bin": {
    "mimer": "./bin/mimer"
  },
  "keywords": [
    "mime",
    "mimetype",
    "file",
    "extension",
    "extensions"
  ],
  "author": "Helder Santana",
  "license": "MIT",
  "devDependencies": {
    "mime-db": "^1.49.0"
  }
}
