{
  "name": "before-build-webpack",
  "version": "0.2.15",
  "private": false,
  "description": "Webpack plugin that gives ability to add callback before build (or at any other event hook). Can stop compilation by condition.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/artemdudkin/before-build-webpack"
  },
  "keywords": [
    "webpack",
    "conditional",
    "before build",
    "pre build"
  ],
  "author": "Sasha Koss <kossnocorp@gmail.com>",
  "contributors": [
    "Artem Dudkin <sheeva@list.ru>",
    "Sam Lynch <myself@slynch.ovh>"
  ],
  "license": "MIT",
  "scripts": {
    "test": "cd tests && mocha index.js && cd .."
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "fs.extra": "^1.3.2",
    "mocha": "^10.2.0"
  },
  "dependencies": {
  }
}
