{
  "name": "indian-rummy-core-wasm",
  "type": "module",
  "description": "A high-performance, thread-safe library for Indian Rummy game logic (WebAssembly version).",
  "version": "0.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/indian-rummy-core"
  },
  "files": [
    "indian_rummy_core_bg.wasm",
    "indian_rummy_core.js",
    "indian_rummy_core.d.ts"
  ],
  "main": "indian_rummy_core.js",
  "homepage": "https://github.com/your-org/indian-rummy-core",
  "types": "indian_rummy_core.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "rummy",
    "indian-rummy",
    "card-game",
    "game",
    "logic"
  ]
}