{
  "name": "extension-build-webpack-plugin",
  "version": "1.1.7",
  "description": "Creating production ready zip file and update version of browser extension",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "test": "standard index.js",
    "babel-version": "babel --version",
    "build": "babel index.js --out-dir dist --copy-files --source-maps",
    "prepublishOnly": "babel index.js --out-dir dist --copy-files --source-maps"
  },
  "keywords": [
    "webpack",
    "webpack 4",
    "browser",
    "plugin",
    "extension"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jasmin2895/webpack-plugin.git"
  },
  "author": "Jasmin Virdi <jasmin28virdi@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/Jasmin2895/webpack-plugin#readme",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.46",
    "@babel/preset-env": "^7.0.0-beta.46",
    "babel-cli": "^6.26.0",
    "babel-loader": "^8.0.0-beta",
    "css-loader": "^0.28.11",
    "file-loader": "^1.1.11",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "http-server": "^0.12.1",
    "node-sass": "^4.13.1",
    "postcss-loader": "^2.1.5",
    "sass-loader": "^8.0.2",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.20.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.1.1",
    "webpack-dev-server": "^3.1.4",
    "webpack-merge": "^4.1.2",
    "webpack-node-externals": "^1.7.2",
    "workbox-webpack-plugin": "^3.2.0"
  },
  "dependencies": {
    "archiver": "^3.1.1",
    "chalk": "^4.0.0",
    "dotenv": "^8.2.0",
    "json-bump": "^0.1.3"
  }
}
