{
  "name": "@sctg/fontminify",
  "version": "1.0.4",
  "description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "private": false,
  "keywords": [
    "font",
    "webfont",
    "icon",
    "iconfont",
    "font-face",
    "compress",
    "minify",
    "font-cli",
    "otf",
    "ttf",
    "woff",
    "woff2",
    "eot",
    "svg",
    "ttf2eot",
    "ttf2woff",
    "ttf2woff2",
    "ttf2svg",
    "svg2ttf",
    "css",
    "base64"
  ],
  "author": "junmer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highcanfly-club/fontminify.git"
  },
  "engines": {
    "node": ">=8"
  },
  "bin": {
    "fontmin": "cli.js"
  },
  "scripts": {
    "build": "tsc ; cp lib/font-face.tpl dist/lib/ || exit 0",
    "prepublish": "npm run build",
    "test": "mocha",
    "coverage": "nyc mocha --reporter spec --check-leaks test/"
  },
  "dependencies": {
    "@types/node": "*",
    "b3b": "^0.0.1",
    "buffer-to-vinyl": "^1.1.0",
    "code-points": "^2.0.0-1",
    "concat-stream": "^2.0.0",
    "fonteditor-core": "^2.1.9",
    "get-stdin": "^9.0.0",
    "is-otf": "^0.1.2",
    "is-svg": "^4.3.2",
    "is-ttf": "^0.2.2",
    "lodash": "^4.17.21",
    "meow": "^11.0.0",
    "pako": "^2.0.4",
    "replace-ext": "^2.0.0",
    "stream-combiner": "^0.2.2",
    "through2": "^4.0.2",
    "ttf2woff2": "^4.0.5",
    "vinyl-fs": "^3.0.3"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.186",
    "@types/vinyl-fs": "^2.4.12",
    "chai": "^4.3.6",
    "gulp-clean": "^0.4.0",
    "is-eot": "^1.0.0",
    "is-woff": "^1.0.3",
    "is-woff2": "^1.0.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "bugs": {
    "url": "https://github.com/highcanfly-club/fontminify/issues"
  },
  "homepage": "https://github.com/highcanfly-club/fontminify#readme",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "publishConfig": {
    "tag": "latest"
  }
}
