{
    "name": "phaser3",
    "version": "0.4.34",
    "description": "phaser3",
    "main": "./dist/phaser.js",
    "types": "./types/phaser3.d.ts",
    "author": "tooqing",
    "license": "MIT",
    "scripts": {
        "beta": "npm publish --tag beta",
        "help": "node scripts/help.js",
        "build": "webpack --config config/webpack.config.js",
        "watch": "webpack --watch --config config/webpack.config.js",
        "dist": "webpack --config config/webpack.dist.config.js",
        "lint": "eslint --config .eslintrc.json \"src/**/*.js\"",
        "lintfix": "eslint --config .eslintrc.json \"src/**/*.js\" --fix",
        "sloc": "node-sloc \"./src\" --include-extensions \"js\"",
        "bundleshaders": "node scripts/bundle-shaders.js",
        "postinstall": "node scripts/support.js",
        "build-tsgen": "cd scripts/tsgen && tsc",
        "tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
        "test-ts": "cd scripts/tsgen/test && tsc > output.txt",
        "ts": "npm run tsgen && npm run test-ts",
        "tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
    },
    "devDependencies": {
        "@types/source-map": "^0.5.7",
        "clean-webpack-plugin": "^3.0.0",
        "dts-dom": "^3.6.0",
        "eslint": "^7.11.0",
        "eslint-plugin-es5": "^1.5.0",
        "fs-extra": "^9.0.1",
        "jsdoc": "^3.6.6",
        "node-sloc": "^0.1.12",
        "npm-dts": "^1.3.9",
        "remove-files-webpack-plugin": "^1.4.4",
        "source-map": "^0.7.3",
        "terser-webpack-plugin": "^2.1.3",
        "typescript": "^4.0.3",
        "uglifyjs-webpack-plugin": "^2.2.0",
        "vivid-cli": "^1.1.2",
        "webpack": "^4.44.2",
        "webpack-cli": "^3.3.12",
        "webpack-shell-plugin": "^0.5.0"
    },
    "dependencies": {
        "eventemitter3": "^4.0.7",
        "exports-loader": "^1.1.1",
        "imports-loader": "^1.2.0",
        "path": "^0.12.7"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ApowoGames/phaser.git"
    },
    "bugs": {
        "url": "https://github.com/ApowoGames/phaser/issues"
    },
    "homepage": "https://github.com/ApowoGames/phaser#readme"
}
