{
  "name": "movex-core-util",
  "version": "0.1.6",
  "description": "Movex Core Util is the library of utilities for Movex",
  "license": "MIT",
  "author": {
    "name": "Gabriel C. Troia",
    "url": "https://twitter.com/gctroia"
  },
  "repository": "https://github.com/movesthatmatter/movex",
  "homepage": "https://movex.dev",
  "keywords": [
    "state",
    "redux",
    "react",
    "game",
    "app",
    "framework"
  ],
  "type": "commonjs",
  "engines": {
    "node": ">= 16.0.0"
  },
  "exports": {
    ".": "./src/index.js",
    "./io": "./src/lib/io/index.js"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "dependencies": {
    "fast-json-patch": "3.1.1",
    "ts-async-results": "0.7.9",
    "typed-emitter": "2.1.0",
    "ts-results": "3.3.0",
    "socket.io": "4.5.4",
    "socket.io-client": "4.5.4",
    "ts-pubsy": "0.2.0"
  },
  "peerDependencies": {}
}
