{
  "name": "lamers-mime",
  "version": "1.0.3",
  "main": "index.js",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "mime",
    "mime-types",
    "media-types"
  ],
  "author": "LamersV",
  "license": "MIT",
  "description": "Minimalist MIME type mapping package",
  "devDependencies": {
    "@types/node": "^22.9.1",
    "typescript": "^5.6.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LamersV/mime.git"
  },
  "bugs": {
    "url": "https://github.com/LamersV/mime/issues"
  },
  "homepage": "https://github.com/LamersV/mime#readme"
}