{
  "name": "@pdf-lib/fontkit",
  "version": "1.1.1",
  "description": "An advanced font engine for Node and the browser",
  "main": "dist/fontkit.umd.js",
  "unpkg": "dist/fontkit.umd.min.js",
  "module": "dist/fontkit.es.js",
  "types": "fontkit.d.ts",
  "scripts": {
    "make": "node Makefile.js",
    "clean": "node Makefile.js clean",
    "test": "MODULE_TYPE=commonjs mocha",
    "coverage": "cross-env BABEL_ENV=cover nyc mocha"
  },
  "dependencies": {
    "pako": "^1.0.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-proposal-decorators": "^7.2.2",
    "@babel/preset-env": "^7.2.0",
    "@babel/register": "^7.0.0",
    "@pdf-lib/brotli": "^0.0.0",
    "@pdf-lib/restructure": "^0.0.1",
    "@pdf-lib/unicode-properties": "^0.0.1",
    "@rollup/plugin-babel": "^5.0.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "babel-plugin-istanbul": "^4.1.3",
    "base64-arraybuffer": "^0.1.5",
    "buffer": "^5.6.0",
    "clone": "^1.0.1",
    "codepoints": "^1.2.0",
    "concat-stream": "^1.4.6",
    "deep-equal": "^1.0.0",
    "dfa": "^1.0.0",
    "esdoc": "^0.4.8",
    "esdoc-es7-plugin": "0.0.3",
    "iconv-lite": "^0.4.13",
    "mocha": "^2.0.1",
    "nyc": "^10.3.2",
    "rollup": "^2.10.2",
    "rollup-plugin-analyzer": "^3.2.3",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-visualizer": "^4.0.4",
    "shelljs": "^0.8.3",
    "tiny-inflate": "^1.0.2",
    "unicode-trie": "^0.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Hopding/fontkit.git"
  },
  "keywords": [
    "opentype",
    "font",
    "typography",
    "subset",
    "emoji",
    "glyph",
    "layout"
  ],
  "author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
  "contributors": [
    "Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
  ],
  "bugs": {
    "url": "https://github.com/Hopding/fontkit/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/Hopding/fontkit"
}
