{
  "name": "svg-to-fonts",
  "version": "0.1.13",
  "description": "Converts SVG to font format.",
  "main": "./dist/index.js",
  "scripts": {
    "start": "npx rollup -c && node index.js",
    "test": "jest --coverage",
    "deploy:prod": "standard-version --release-as patch && git push --follow-tags origin HEAD"
  },
  "husky": {
    "hooks": {
      "pre-commit": "jest",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "types": "./index.d.ts",
  "author": "pfan",
  "license": "ISC",
  "dependencies": {
    "convertpath": "^1.1.6",
    "glob": "^7.1.4",
    "lodash": "^4.17.11",
    "svg2ttf": "^4.2.0",
    "svgpath": "^2.2.2",
    "ttf2eot": "^2.0.0",
    "ttf2svg": "^1.2.0",
    "ttf2woff": "^2.0.1",
    "ttf2woff2": "^2.0.3",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@types/jest": "^26.0.0",
    "husky": "^2.2.0",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.10",
    "rollup": "^1.11.3",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-node-resolve": "^4.2.4",
    "rollup-plugin-typescript": "^1.0.1",
    "standard-version": "^8.0.1",
    "ts-jest": "^26.1.0",
    "tslib": "^1.9.3",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:convertSvg/svg-to-fonts.git"
  },
  "keywords": [
    "convert path",
    "path",
    "normalise SVG paths",
    "ttf",
    "eot",
    "glyph",
    "woff",
    "woff2"
  ],
  "bugs": {
    "url": "https://github.com/convertSvg/svg-to-fonts/issues"
  },
  "homepage": "https://github.com/convertSvg/svg-to-fonts"
}
