{
  "name": "@nativescript-community/fontmin",
  "version": "0.9.11",
  "description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
  "main": "index.js",
  "keywords": [
    "font",
    "webfont",
    "icon",
    "iconfont",
    "font-face",
    "compress",
    "minify",
    "font-cli",
    "otf",
    "ttf",
    "woff",
    "eot",
    "svg",
    "ttf2eot",
    "ttf2woff",
    "ttf2svg",
    "svg2ttf",
    "css",
    "base64"
  ],
  "author": "junmer",
  "license": "MIT",
  "repository": "nativescript-community/fontmin",
  "engines": {
    "node": ">=8"
  },
  "bin": {
    "fontmin": "cli.js"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks test/"
  },
  "dependencies": {
    "b3b": "0.0.1",
    "buffer-to-vinyl": "^1.0.0",
    "code-points": "^2.0.0-1",
    "concat-stream": "^1.6.2",
    "fonteditor-core": "^1.0.2",
    "get-stdin": "^6.0.0",
    "is-otf": "^0.1.2",
    "is-svg": "^1.1.1",
    "is-ttf": "^0.2.2",
    "lodash": "^4.17.10",
    "meow": "^3.0.0",
    "pako": "^1.0.1",
    "replace-ext": "0.0.1",
    "stream-combiner": "^0.2.1",
    "through2": "2.0.1",
    "vinyl-fs": "3.0.3"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "gulp-clean": "^0.4.0",
    "is-eot": "^1.0.0",
    "is-woff": "^1.0.1",
    "is-woff2": "^1.0.0",
    "istanbul": "^0.4.3",
    "mocha": "^6.1.4"
  },
  "peerDependencies": {
    "ttf2woff2": "4.0.5"
  }
}