{
  "name": "@rbxts/charm",
  "version": "0.11.0",
  "description": "Atomic state management based on alien-signals",
  "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"
  },
  "scripts": {
    "publish:wally": "wally publish"
  }
}