{
  "name": "@mdn/watify",
  "type": "module",
  "collaborators": [
    "MDN Engineering Team <mdn-dev@mozilla.com>"
  ],
  "description": "Compile WAT to WASM with WASM 🙇",
  "version": "1.1.9",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdn/watify.git"
  },
  "files": [
    "watify_bg.wasm",
    "watify.js",
    "watify.d.ts"
  ],
  "main": "watify.js",
  "homepage": "https://github.com/mdn/watify",
  "types": "watify.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}