{
  "name": "custom-fonts-in-emails",
  "description": "An extremely easy way to use custom fonts in emails without having to use art software. Made for Lad.",
  "version": "5.0.3",
  "author": "Nick Baugh <niftylettuce@gmail.com>",
  "bugs": "https://github.com/ladjs/custom-fonts-in-emails/issues",
  "contributors": [
    "Nick Baugh <niftylettuce@gmail.com>"
  ],
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "debug": "^4.3.4",
    "fast-levenshtein": "^3.0.0",
    "fast-safe-stringify": "^2.1.1",
    "is-string-and-not-blank": "^0.0.2",
    "lodash": "^4.17.21",
    "os-fonts": "^0.5.0",
    "pkg-dir": "5",
    "rev-hash": "3",
    "sharp": "^0.32.1",
    "text-to-svg": "^3.1.5",
    "universalify": "^2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.5",
    "@babel/core": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@commitlint/cli": "^17.6.5",
    "@commitlint/config-conventional": "^17.6.5",
    "ava": "^5.3.1",
    "bitter-font": "^0.0.1",
    "cross-env": "^7.0.3",
    "detect-libc": "^2.0.1",
    "eslint": "^8.43.0",
    "eslint-config-xo-lass": "^2.0.1",
    "fixpack": "^4.0.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "nyc": "^15.1.0",
    "remark-cli": "^11.0.0",
    "remark-preset-github": "^4.0.4",
    "xo": "^0.54.2"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/ladjs/custom-fonts-in-emails",
  "keywords": [
    "awesome",
    "base64",
    "bootstrap",
    "btoa",
    "convert",
    "converter",
    "data",
    "data-attr",
    "data-uri",
    "email",
    "encoded",
    "export",
    "fa",
    "font",
    "fontawesome",
    "html",
    "icon",
    "image",
    "img",
    "png",
    "render",
    "svg",
    "tag",
    "to",
    "uri"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": "ladjs/custom-fonts-in-emails",
  "scripts": {
    "lint": "xo --fix && remark . -qfo && fixpack",
    "prepare": "husky install",
    "pretest": "npm run lint",
    "test": "cross-env NODE_ENV=test nyc ava"
  }
}
