{
  "name": "pirulug-pug-loader",
  "version": "0.0.18",
  "description": "Pug Loader",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec --timeout 10000"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pirulug/pirulug-pug-loader.git"
  },
  "keywords": [
    "pug-loader",
    "pug"
  ],
  "author": "Pirulug",
  "license": "MIT",
  "dependencies": {
    "loader-utils": "^2.0.4",
    "pug-walk": "^2.0.0",
    "resolve": "^1.22.12",
    "schema-utils": "^4.3.3"
  },
  "peerDependencies": {
    "pug": "^3.0.3"
  },
  "devDependencies": {
    "mocha": "*",
    "pug": "^3.0.4",
    "should": "*"
  },
  "overrides": {
    "glob": "^13.0.0",
    "diff": "^9.0.0",
    "serialize-javascript": "^7.0.5"
  }
}
