{
  "name": "@towavephone/lazy-build-webpack-plugin",
  "version": "0.0.1",
  "description": "Lazy compile dynamic imports to boost your webpack startup time.",
  "keywords": [
    "webpack",
    "plugin",
    "lazy-compile-webpack-plugin",
    "lazy",
    "compile",
    "dynamic",
    "import"
  ],
  "engines": {
    "node": ">=8.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liximomo/lazy-compile-webpack-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/liximomo/lazy-compile-webpack-plugin/issues"
  },
  "homepage": "https://github.com/liximomo/lazy-compile-webpack-plugin/#readme",
  "main": "index.js",
  "author": "liximomo",
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "demo": "cd demo && npm start",
    "test": "jest",
    "release": "bash scripts/release.sh"
  },
  "dependencies": {
    "detect-port-alt": "^1.1.6",
    "loader-utils": "^1.2.3"
  },
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "devDependencies": {
    "jest": "^24.8.0",
    "memory-fs": "^0.4.1",
    "superagent": "^5.1.0",
    "webpack": "^4.35.3"
  },
  "jest": {
    "verbose": true,
    "moduleFileExtensions": [
      "js"
    ],
    "testMatch": [
      "<rootDir>/tests/**/*.spec.js"
    ]
  }
}
