{
  "name": "@permaweb/wasm-metering",
  "version": "0.2.2",
  "description": "injects metering into webassembly binaries",
  "main": "index.js",
  "scripts": {
    "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
    "coverage": "nyc npm test",
    "lint": "standard",
    "test": "node --harmony ./test/index.js"
  },
  "bin": {
    "wasm-meter": "./bin/wasm-meter"
  },
  "author": "mjbecze <mjbecze@gmail.com>",
  "contributors": [
    "Alex Beregszaszi <alex@rtfs.hu>"
  ],
  "license": "MPL-2.0",
  "dependencies": {
    "@permaweb/wasm-json-toolkit": "^0.2.9",
    "leb128": "^0.0.4"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "nyc": "^11.6.0",
    "standard": "^11.0.0",
    "tape": "^4.9.0"
  },
  "keywords": [
    "wasm",
    "metering",
    "webassembly"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/permaweb/wasm-metering.git"
  },
  "bugs": {
    "url": "https://github.com/permaweb/wasm-metering/issues"
  },
  "homepage": "https://github.com/permaweb/wasm-metering",
  "standard": {
    "ignore": [
      "test/wabt"
    ],
    "globals": [
      "WebAssembly"
    ]
  }
}