{
  "name": "${websiteName}",
  "version": "1.0.0",
  "description": "${websiteName}",
  "main": "index.js",
  "scripts": {
  	"start": "webpack-dev-server --inline --progress --colors --watch --compress --content-base ./dist  --port 8089 --host 0.0.0.0",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "MIT"
}
