{
  "name": "@korodrogerie/webpack-shopware-dynamic-chunk-splitting-plugin",
  "version": "3.0.0",
  "description": "Webpack plugin which allows you to mark certain files as entry points for dynamic imports which allows you to dynamically import components.",
  "main": "src/index.js",
  "scripts": {
    "changelog": "auto-changelog --config .auto-changelog && git add CHANGELOG.md && git commit -m \"NTR - Updates changelog\"",
    "release": "release-it",
    "release:dry-run": "release-it --dry-run"
  },
  "keywords": [
    "shopware",
    "webpack",
    "plugin",
    "chunk-splitting"
  ],
  "author": "klarstil",
  "license": "MIT",
  "dependencies": {
    "@shopware-ag/webpack-copy-after-build": "^1.0.1",
    "webpack": "^5.75.0"
  },
  "peerDependencies": {
    "webpack": "5.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16"
  },
  "devDependencies": {
    "@release-it/bumper": "^5.1.0",
    "@release-it/keep-a-changelog": "^4.0.0",
    "auto-changelog": "^2.4.0",
    "release-it": "^16.1.5"
  }
}
