{
    "name": "chunk-filename-replace-webpack-plugin",
    "version": "1.0.7",
    "author": "jaysding",
    "description": "ChunkFilename for Webpack4, and dynamically imported chunk names (paths)",
    "main": "plugins/chunk-filename-replace-webpack-plugin.js",
    "scripts": {
        "build": "webpack",
        "debug": "node --inspect --inspect-brk node_modules/webpack/bin/webpack.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "rename",
        "chunk-filename",
        "replace",
        "rename-chunk-file",
        "webpack-plugin",
        "webpack",
        "replace-filename"
    ],
    "license": "MIT",
    "devDependencies": {
        "@babel/core": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/plugin-transform-runtime": "^7.2.0",
        "@babel/polyfill": "^7.0.0",
        "@babel/preset-env": "^7.2.0",
        "@babel/runtime": "^7.2.0",
        "@babel/runtime-corejs2": "^7.2.0",
        "autoprefixer": "^9.3.1",
        "babel-loader": "^8.0.4",
        "chunk-filename-replace-webpack-plugin": "^1.0.0",
        "clean-webpack-plugin": "^4.0.0",
        "css-loader": "^3.6.0",
        "html-webpack-plugin": "^3.2.0",
        "mini-css-extract-plugin": "^1.6.2",
        "sass-loader": "^7.1.0",
        "webpack": "^4.43.0",
        "webpack-cli": "^3.3.11"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jaysding/chunkFilename-replace-webpack-plugin.git"
    },
    "homepage": "https://github.com/jaysding/chunkFilename-replace-webpack-plugin#readme"
}