{
  "name": "wast2wasm",
  "version": "0.0.1",
  "description": "converts wast files -> wasm",
  "main": "index.js",
  "scripts": {
    "build": "node ./build.js",
    "test": "node  ./test.js"
  },
  "author": "mjbecze <mjbecze@gmail.com>",
  "license": "MPL-2.0",
  "devDependencies": {
    "fs-extra": "^3.0.1",
    "tape": "^4.6.3"
  },
  "keywords": [
    "wast",
    "wasm",
    "WebAssembly",
    "webassembly"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ewasm/wast2wasm.git"
  },
  "bugs": {
    "url": "https://github.com/ewasm/wast2wasm/issues"
  },
  "homepage": "https://github.com/ewasm/wast2wasm"
}
