{
  "name": "@permaweb/wasm-json-toolkit",
  "version": "0.2.9",
  "description": "this convertes wasm binaries to json and json to wasm binaries",
  "main": "index.js",
  "scripts": {
    "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
    "coverage": "nyc npm test",
    "lint": "standard",
    "test": "node ./test/index.js"
  },
  "keywords": [
    "wasm",
    "cli"
  ],
  "author": "mjbecze <mjbecze@gmail.com>",
  "license": "MPL-2.0",
  "dependencies": {
    "buffer-pipe": "0.0.3",
    "leb128": "0.0.4",
    "safe-buffer": "^5.1.2"
  },
  "bin": {
    "wasm2json": "./bin/wasm2json",
    "json2wasm": "./bin/json2wasm"
  },
  "devDependencies": {
    "coveralls": "^3.0.1",
    "nyc": "12.0.2",
    "standard": "^11.0.1",
    "tape": "^4.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ewasm/wasm-json-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/ewasm/wasm-json-toolkit/issues"
  },
  "homepage": "https://github.com/ewasm/wasm-json-toolkit",
  "standard": {
    "ignore": [
      "test/wabt"
    ]
  }
}