{
  "name": "<%= projectName %>",
  "description": "This project was generated from the Mintbean <%= templateName %> template using the mintbean-cli tool.",
  "version": "1.0.0",
  "homepage": ".",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
     "start": "parcel index.html",
     "build": "rm -fr .cache dist && parcel build index.html --public-url '.'"
  },
  "devDependencies": {
    "parcel": "^1.12.4"
  }
}
