{
  "name": "@rbxts/react-charm",
  "version": "0.4.0",
  "description": "React bindings for Charm state management",
  "license": "MIT",
  "main": "src/init.luau",
  "types": "src/index.d.ts",
  "files": [
    "src",
    "*.luau",
    "!wally.toml",
    "!wally.lock",
    "!default.project.json",
    "!test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/littensy/charm.git"
  },
  "dependencies": {
    "@rbxts/charm": "^0.11.0"
  },
  "peerDependencies": {
    "@rbxts/react": ">=17.0.0"
  },
  "scripts": {
    "publish:wally": "wally publish"
  }
}