{
  "name": "@rbxts/xstate-react",
  "version": "5.0.3-rc.3",
  "description": "XState tools for React. (Ported to Roblox-TS)",
  "main": "out/init.luau",
  "types": "out/index.d.ts",
  "files": [
    "out",
    "default.project.json",
    "!**/*.tsbuildinfo",
    "!**/__tests__"
  ],
  "keywords": [
    "state",
    "machine",
    "statechart",
    "scxml",
    "state",
    "graph",
    "react",
    "hook"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lisachandra/rbxts-xstate.git"
  },
  "contributors": [
    "David Khourshid <davidkpiano@gmail.com>",
    "lisachandra <lisachandra@proton.me>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lisachandra/rbxts-xstate/issues"
  },
  "homepage": "https://github.com/lisachandra/rbxts-xstate/tree/main/packages/xstate-react#readme",
  "dependencies": {
    "@rbxts/luau-polyfill": "^1.0.0",
    "@rbxts/services": "^1.0.0",
    "@rbxts/use-sync-external-store": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@rbxts/xstate": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@rbxts/react": "^17.2.3",
    "@rbxts/xstate": "^5.19.2-rc.1"
  },
  "devDependencies": {
    "@rbxts/compiler-types": "^3.0.0-types.0",
    "@rbxts/react": "^17.2.3",
    "@rbxts/react-vendor": "*",
    "@rbxts/types": "^1.0.844",
    "ajv": "^8.12.0",
    "pkg-up": "^3.1.0",
    "roblox-ts": "^3.0.0",
    "shx": "^0.3.4",
    "@rbxts/xstate": "^5.20.2-rc.1"
  },
  "scripts": {
    "build": "shx rm -rf out && rbxtsc --verbose",
    "dev": "shx rm -rf out && rbxtsc -w"
  }
}