{
    "name": "@phaser-plus/core",
    "version": "0.1.8",
    "description": "Set of tools and utils built on top of PhaserJS",
    "source": "src/main.js",
    "main": "lib/main.js",
    "module": "lib/module.js",
    "types": "lib/main.d.ts",
    "scripts": {
        "dev": "nodemon -e js -w src --exec \"npm run build\"",
        "build": "npm run build:lib",
        "build:lib": "npm run build:src && npm run build:tsd",
        "build:src": "parcel build --no-source-maps --no-cache --no-optimize",
        "build:tsd": "tsc -d --allowJs --types @toolcase/base,@toolcase/logging,phaser --emitDeclarationOnly --target es5 --lib ES2015,DOM,ScriptHost --outDir ./lib ./src/main.js"
    },
    "dependencies": {
        "md5": "^2.3.0"
    },
    "peerDependencies": {
        "phaser": "3.x",
        "@toolcase/base": "1.x",
        "@toolcase/logging": "0.x"
    },
    "targets": {
        "types": false,
        "main": {
            "optimize": false
        },
        "module": {
            "optimize": false
        }
    },
    "directories": {
        "lib": "lib"
    },
    "files": [
        "lib"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "homepage": "https://phaser-plus.kalevski.dev",
    "keywords": [
        "phaser",
        "phaser3",
        "utilities",
        "games",
        "html5",
        "gamedev",
        "browser"
    ],
    "author": {
        "name": "kalevski"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kalevski/phaser-plus.git"
    },
    "bugs": {
        "url": "https://github.com/kalevski/phaser-plus/issues"
    },
    "license": "MIT"
}
