{
  "name": "libenforcer-wasm",
  "type": "module",
  "collaborators": [
    "altf4"
  ],
  "description": "WebAssembly implementation of Slippi enforcer checks",
  "version": "0.1.0",
  "license": "GPL-3.0-or-later",
  "files": [
    "libenforcer_wasm_bg.wasm",
    "libenforcer_wasm.js",
    "libenforcer_wasm.d.ts"
  ],
  "main": "libenforcer_wasm.js",
  "types": "libenforcer_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}