{
  "name": "@floatwork/fontawesome-svg-loader",
  "version": "0.4.1",
  "description": "Loads Font Awesome SVG icons and inlines them in place of the default markup",
  "main": "dist/fontawesome-svg-loader.js",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fltwrk/fontawesome-svg-loader.git"
  },
  "keywords": [
    "fontawesome",
    "font-awesome",
    "svg",
    "async"
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.7.4",
    "@fortawesome/fontawesome-free": ">=5.0.0 <6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.7.4",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "babel-minify": "^0.5.0",
    "babel-plugin-minify-dead-code-elimination": "^0.5.0",
    "babel-plugin-minify-simplify": "^0.5.1",
    "core-js": "^3.4.4",
    "css-loader": "^3.2.0",
    "eslint": "^6.1.0",
    "husky": "^3.0.1",
    "node-sass": "^4.13.0",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "webpack": "^4.36.1",
    "webpack-cli": "^3.3.6"
  },
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode none --watch",
    "lint": "eslint ./src",
    "lint:fix": "eslint --fix ./src",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "npm run lint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  }
}
