{
  "name": "blob2d",
  "version": "0.4.0",
  "description": "Typed Modular 2D Game Engine for Web",
  "scripts": {
    "start": "webpack serve",
    "build": "webpack --mode production"
  },
  "bin": {
    "blob2d": "./bin/blob2d.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bartoszlorek/blob2d.git"
  },
  "main": "./src/index.ts",
  "author": "Bartosz Lorek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bartoszlorek/blob2d/issues"
  },
  "homepage": "https://github.com/bartoszlorek/blob2d#readme",
  "keywords": [
    "game",
    "pixijs",
    "typescript",
    "sprite",
    "tilemap",
    "tiled-map-editor",
    "collision-detection",
    "physics"
  ],
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "dependencies": {
    "eventemitter3": "^4.0.7",
    "pixi.js": "^5.3.7"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@types/jest": "^26.0.20",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "chalk": "^4.1.0",
    "fs-extra": "^9.1.0",
    "jest": "^26.6.3",
    "jest-canvas-mock": "^2.3.1",
    "pixi.js-legacy": "^5.3.7",
    "webpack": "^5.11.1",
    "webpack-cli": "^4.3.0",
    "webpack-dev-server": "^3.11.1"
  },
  "jest": {
    "setupFiles": [
      "jest-canvas-mock",
      "pixi.js-legacy"
    ]
  }
}
