{
  "name": "@dobuki/phaser-game",
  "module": "src/index.ts",
  "description": "Just a game built in Phaser",
  "version": "1.0.36",
  "keywords": [
    "bun",
    "bunjs",
    "typescript",
    "template",
    "npm",
    "np",
    "publish",
    "git"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jacklehamster/phaser-game.git"
  },
  "homepage": "https://jacklehamster.github.io/phaser-game/",
  "author": {
    "name": "Jack Le Hamster",
    "email": "jacklehamster@gmail.com"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "bun test",
    "build": "bun i && rm -rf *.tsbuildinfo && rm -rf dist/*.* && bun run bundler/bundler.ts && bun run test && bun run build:declaration",
    "build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json",
    "build:example": "bun link && cd example && bun i && bun run build && cd ..",
    "example": "cd example && bun start && cd ..",
    "auto-publish": "npm explore @dobuki/auto-publish -- bun run auto-publish \"$(pwd)\""
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@dobuki/dev-dependencies": "^1.0.6",
    "@types/seedrandom": "^3.0.8",
    "@types/word-wrap": "^1.2.1"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "color-change": "^1.1.3",
    "mathjs": "^12.4.2",
    "medal-popup": "^1.0.10",
    "phaser": "^3.80.1",
    "seedrandom": "^3.0.5",
    "serve-static-bun": "^0.5.3",
    "word-wrap": "^1.2.5",
    "zzfx": "https://github.com/KilledByAPixel/ZzFX"
  }
}
