{
  "name": "@ianwalter/debug-loader",
  "version": "1.1.0",
  "description": "A Webpack loader that logs source to your console for debugging purposes.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js tests",
    "example": "webpack",
    "test": "bff"
  },
  "author": "Ian Walter <public@iankwalter.com> (https://iankwalter.com)",
  "keywords": [
    "webpack",
    "loader",
    "debug",
    "log"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/ianwalter/debug-loader",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ianwalter/debug-loader.git"
  },
  "bugs": {
    "url": "https://github.com/ianwalter/debug-loader/issues"
  },
  "dependencies": {
    "@ianwalter/print": "^2.1.0",
    "loader-utils": "^1.2.3"
  },
  "devDependencies": {
    "@ianwalter/bff": "^2.8.0",
    "@ianwalter/callback-loader": "^1.0.1",
    "@ianwalter/eslint-config": "^1.1.2",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "execa": "^1.0.0",
    "np": "^4.0.2",
    "webpack": "^4.16.1",
    "webpack-cli": "^3.1.0"
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@ianwalter"
    ]
  }
}
