{
  "name": "webpack-modern-build-plugin",
  "version": "1.0.3",
  "description": "Webpack plugin that integrates module / nomodule bundles in the html",
  "main": "src/index.js",
  "author": "Alexandru Bereghici <alexandru.brg@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abereghici/webpack-modern-build-plugin.git"
  },
  "bugs": "https://github.com/abereghici/webpack-modern-build-plugin.git/issues",
  "homepage": "https://github.com/abereghici/webpack-modern-build-plugin.git",
  "keywords": [
    "webpack",
    "plugin",
    "module",
    "nomodule",
    "html-webpack-plugin",
    "module-nomodule",
    "modern",
    "legacy"
  ],
  "dependencies": {
    "fs-extra": "^9.0.1"
  },
  "peerDependencies": {
    "html-webpack-plugin": "^5.0.0-alpha.10",
    "webpack": "^5.6.0"
  },
  "engines": {
    "node": ">=6.9"
  }
}
