{
  "name": "font-config-webpack-plugin",
  "description": "Preset for font webpack configuration",
  "bugs": "https://github.com/merkle-open/webpack-config-plugins/issues",
  "homepage": "https://github.com/merkle-open/webpack-config-plugins/tree/master/packages/font-config-webpack-plugin",
  "repository": "https://github.com/merkle-open/webpack-config-plugins.git",
  "version": "2.0.3",
  "author": "Merkle Inc",
  "license": "MIT",
  "main": "src/index.js",
  "keywords": [
    "image",
    "webpack",
    "loader"
  ],
  "scripts": {
    "test": "jest --runInBand --verbose",
    "posttest": "tsc",
    "update-snapshots": "jest -u --runInBand",
    "test-watch": "jest --watch --runInBand"
  },
  "peerDependencies": {
    "webpack": ">=4.36.0"
  },
  "dependencies": {
    "file-loader": "^6.2.0"
  },
  "devDependencies": {
    "@types/jest": "23.3.14",
    "@types/node": "14.14.41",
    "@types/webpack": "4.41.27",
    "glob": "7.1.6",
    "jest": "23.6.0",
    "rimraf": "3.0.2",
    "ts-essentials": "7.0.1",
    "typescript": "4.2.4",
    "webpack": "4.46.0"
  },
  "jest": {
    "browser": false,
    "testEnvironment": "node",
    "rootDir": "./",
    "watchPathIgnorePatterns": [
      "<rootDir>/test/fixtures"
    ],
    "coveragePathIgnorePatterns": [
      "node_modules",
      "fixtures",
      "dist"
    ]
  },
  "engines": {
    "npm": ">=6",
    "node": ">=10"
  },
  "gitHead": "6c20074a4531e63ddbd66058f4ca649dffb451b1"
}
