{
    "name": "<%= projectName %>",
    "version": "1.0.0",
    "description": "This project was generated from the Mintbean <%= templateName %> template using the mintbean-cli tool.",
    "main": "index.js",
    "homepage": ".",
    "license": "MIT",
    "private": true,
    "scripts": {
        "start": "parcel src/index.html",
        "build": "rm -fr .cache dist && parcel build src/index.html --public-url '.'"
    },
    "dependencies": {
        "phaser": "3.24.1"
    },
    "devDependencies": {
        "parcel-bundler": "1.12.4"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}