{
  "name": "movex-react",
  "version": "0.1.6",
  "license": "MIT",
  "description": "Movex React is the library of React components for Movex",
  "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": "module",
  "engines": {
    "node": ">= 16.0.0"
  },
  "peerDependencies": {
    "react": ">=16.0.0"
  },
  "module": "./index.js",
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "movex-core-util": "0.1.6",
    "movex": "0.1.6"
  }
}
