{
  "name": "phaser",
  "version": "4.1.0",
  "release": "Salusa",
  "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
  "author": "Richard Davey <rich@phaser.io> (https://www.phaser.io)",
  "homepage": "https://phaser.io",
  "bugs": "https://github.com/phaserjs/phaser/issues",
  "license": "MIT",
  "licenseUrl": "https://www.opensource.org/licenses/mit-license.php",
  "main": "./src/phaser.js",
  "types": "./types/phaser.d.ts",
  "browser": "./dist/phaser.js",
  "module": "./dist/phaser.esm.js",
  "exports": {
    ".": {
      "types": "./types/phaser.d.ts",
      "import": "./dist/phaser.esm.js",
      "require": "./dist/phaser.js",
      "default": "./dist/phaser.esm.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://phaserjs@github.com/phaserjs/phaser.git"
  },
  "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",
    "watchns": "webpack --watch --config config/webpack-nospector.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",
    "build-tsgen": "cd scripts/tsgen && tsc",
    "tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
    "test-ts": "cd scripts/tsgen/test && tsc --build tsconfig.json > output.txt 2>&1",
    "ts": "npm run tsgen && npm run test-ts",
    "tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "2d",
    "HTML5",
    "WebGL",
    "canvas",
    "game",
    "javascript",
    "physics",
    "tweens",
    "typescript",
    "web audio"
  ],
  "devDependencies": {
    "@types/offscreencanvas": "^2019.7.3",
    "@types/source-map": "^0.5.7",
    "clean-webpack-plugin": "^4.0.0",
    "dts-dom": "^3.7.0",
    "eslint": "^10.2.0",
    "eslint-plugin-es5": "^1.5.0",
    "exports-loader": "^5.0.0",
    "fs-extra": "^11.3.4",
    "imports-loader": "^5.0.0",
    "jsdoc": "3.x.x",
    "jsdom": "^29.0.2",
    "node-sloc": "^0.2.1",
    "path": "^0.12.7",
    "phaser3spectorjs": "^0.0.8",
    "remove-files-webpack-plugin": "^1.5.0",
    "source-map": "^0.7.6",
    "terser-webpack-plugin": "^5.4.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4",
    "vivid-cli": "^1.1.2",
    "webpack": "^5.106.0",
    "webpack-cli": "^7.0.2",
    "webpack-shell-plugin": "^0.5.0"
  },
  "dependencies": {
    "eventemitter3": "^5.0.4"
  }
}
