{
  "name": "@natewilcox/zelda-shared",
  "version": "0.0.26",
  "description": "Shared compoents for Zelda game",
  "author": "Nathan Wilcox",
  "repository": {
    "type": "git",
    "url": "https://github.com/natewilcox/zelda.git"
  },
  "license": "GPL-3.0",
  "keywords": [
    "phaser",
    "zelda",
    "game",
    "typescript",
    "colyseus",
    "multiplayer"
  ],
  "main": "build/main.js",
  "types": "build/main.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "clean": "npx rimraf build && npx rimraf tsconfig.tsbuildinfo",
    "build": "tsc",
    "build:watch": "tsc -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "colyseus": "^0.15.13",
    "@natewilcox/nathan-core": "^0.0.6",
    "phaser": "^3.55.2"
  }
}
