{
    "name": "plugincapacitor",
    "version": "0.0.1",
    "description": "Game created with Phaser3 cli",
    "main": "index.js",
    "scripts": {
        "dev": "webpack-dev-server --mode development --open",
        "dev-android": "webpack-dev-server --mode development --open --env.android",
        "build": "webpack --mode production",
        "build-install-android": "webpack --mode production --env.android",
        "build-android": "webpack --mode production --env.android && npx cap copy android && npx cap open android",
        "build-ios": "webpack --mode production --env.ios && npx cap copy ios && npx cap open ios",
        "build-electron": "webpack --mode production --env.electron && npx cap copy electron"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "copy-webpack-plugin": "^5.0.3",
        "expose-loader": "^0.7.5",
        "html-webpack-plugin": "^3.2.0",
        "ts-loader": "^6.0.1",
        "tslint": "^5.16.0",
        "typescript": "^3.4.5",
        "webpack": "^4.31.0",
        "webpack-cli": "^3.3.2",
        "webpack-dev-server": "^3.4.1"
    },
    "dependencies": {
        "@capacitor/android": "^1.1.0",
        "@capacitor/cli": "^1.1.0",
        "@capacitor/core": "^1.1.0"
    }
}
