{
  "name": "iconfont-webpack-plugin",
  "version": "5.0.1",
  "description": "Simple icon font handling for webpack",
  "main": "index.js",
  "files": [
    "placeholder.svg",
    "index.js",
    "lib/"
  ],
  "scripts": {
    "commit": "node_modules/.bin/git-cz",
    "prepublish": "npm run test",
    "changelog": "conventional-changelog -s -i CHANGELOG.md -p angular",
    "example:animation": "webpack --config example/animation/webpack.config.js",
    "example:default": "webpack --config example/default/webpack.config.js",
    "example:module": "webpack --config example/module/webpack.config.js",
    "release": "standard-version",
    "test": "ava -v",
    "posttest": "npm-run-all posttest:*",
    "posttest:semistandard": "semistandard",
    "posttest:typecheck": "tsc",
    "posttest:coverage": "nyc ava",
    "posttest:coverage-report": "nyc report --reporter=html",
    "posttest:coverage-check": "nyc check-coverage --lines 100 --functions 100 --branches 100"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jantimon/iconfont-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "html",
    "iconfont"
  ],
  "author": "Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jantimon/iconfont-webpack-plugin/issues"
  },
  "homepage": "https://github.com/jantimon/iconfont-webpack-plugin",
  "devDependencies": {
    "@types/node": "13.9.8",
    "ava": "0.25.0",
    "commitizen": "4.2.3",
    "conventional-changelog-cli": "2.1.1",
    "css-loader": "4.2.1",
    "cz-conventional-changelog": "3.3.0",
    "mini-css-extract-plugin": "1.3.5",
    "npm-run-all": "4.1.5",
    "nyc": "15.1.0",
    "postcss-loader": "4.2.0",
    "semistandard": "14.2.3",
    "standard-version": "9.1.0",
    "style-loader": "2.0.0",
    "typescript": "3.8.3",
    "webpack": "4.46.0",
    "webpack-cli": "4.5.0"
  },
  "dependencies": {
    "loader-utils": "1.4.0",
    "postcss": "7.0.35",
    "svg2ttf": "5.0.0",
    "svgicons2svgfont": "9.1.1",
    "ttf2woff": "2.0.2"
  },
  "peerDependencies": {
    "webpack": ">=3",
    "postcss-loader": ">=2.1.3",
    "css-loader": ">=4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "semistandard": {
    "ignore": [
      "**/dist/",
      "**/fixtures/"
    ]
  }
}
