{
  "name": "watr",
  "version": "3.2.1",
  "description": "Ligth & fast WAT compiler",
  "main": "watr.js",
  "exports": {
    ".": "./watr.js",
    "./parse": "./src/parse.js",
    "./print": "./src/print.js",
    "./compile": "./src/compile.js"
  },
  "type": "module",
  "scripts": {
    "test": "node test",
    "postinstall": "git submodule update --init --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/watr.git"
  },
  "files": [
    "src",
    "watr.js",
    "watr.d.ts"
  ],
  "keywords": [
    "wat",
    "wasm",
    "wat2wasm",
    "compiler",
    "wabt",
    "pretty-print",
    "webassembly",
    "wasm-text",
    "wast",
    "wat-compiler"
  ],
  "author": "Dmitry Iv",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/watr/issues"
  },
  "homepage": "https://github.com/dy/watr#readme",
  "devDependencies": {
    "tst": "^8.0.2"
  }
}
