{
  "name": "motely-wasm-mt",
  "version": "5.7.6",
  "description": "MotelyJAML — Balatro seed search engine (pthread WASM). Requires COOP/COEP + crossOriginIsolated for browser threading.",
  "type": "module",
  "main": "./index.mjs",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./index.mjs",
      "default": "./index.mjs"
    },
    "./jaml.schema.json": "./jaml.schema.json"
  },
  "files": [
    "**/*",
    "!test.html",
    "!index.html",
    "!**/*.pdb",
    "!**/*.tgz"
  ],
  "keywords": [
    "balatro",
    "seed",
    "wasm",
    "bootsharp",
    "nativeaot-llvm",
    "jaml",
    "threads",
    "pthread"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OptimusPi/MotelyJAML.git",
    "directory": "motely"
  },
  "license": "MIT",
  "scripts": {
    "build:schema": "dotnet run --project ../Motely.CLI/Motely.CLI.csproj -- --write-jaml-schema"
  }
}
