{
  "name": "luau-types-re-export",
  "collaborators": [
    "jeparlefrancais <jeparlefrancais21@gmail.com>"
  ],
  "description": "a small crate to re-export Luau types in WebAssembly",
  "version": "0.1.2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/seaofvoices/npmluau"
  },
  "files": [
    "luau_types_re_export_bg.wasm",
    "luau_types_re_export.js",
    "luau_types_re_export.d.ts"
  ],
  "main": "luau_types_re_export.js",
  "types": "luau_types_re_export.d.ts"
}