{
  "name": "njk-html-loader",
  "version": "1.2.0",
  "description": "Nunjucks HTML loader for webpack",
  "main": "index.js",
  "keywords": [
    "webpack",
    "config",
    "loader",
    "js",
    "nunjucks",
    "html",
    "template"
  ],
  "jest": {
    "moduleFileExtensions": [
      "js"
    ],
    "moduleDirectories": [
      "node_modules",
      "<rootDir>"
    ],
    "testRegex": "(/__tests__/.*(test|spec))\\.(js?)$",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "verbose": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm test"
    }
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "loader-utils": "^1.2.3",
    "nunjucks": "^3.1.7"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "commitizen": "^3.0.7",
    "conventional-changelog-cli": "^2.0.12",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^5.14.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "html-loader": "^0.5.5",
    "husky": "^1.3.1",
    "jest": "^24.1.0",
    "memory-fs": "^0.4.1",
    "webpack": "^4.29.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "eslint ./index.js ./lib --ext .js",
    "test": "jest",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nameless19922/njk-html-loader.git"
  },
  "author": "Dmitry Melikhov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nameless19922/njk-html-loader/issues"
  },
  "homepage": "https://github.com/nameless19922/njk-html-loader#readme"
}
