{
  "name": "example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack ./index.js -w --mode=development"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3"
  }
}
