{
  "name": "ethereum-input-data-decoder",
  "version": "0.4.2",
  "description": "Ethereum smart contract transaction input data decoder",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "tape ./test/index.js",
    "build:example": "browserify ./example/main.js -o ./example/bundle.js",
    "build": "babel index.js --presets babel-preset-es2015 --out-dir dist/",
    "lint": "standard --fix index.js test/*.js",
    "prepare": "npm run lint && npm run build"
  },
  "bin": {
    "ethereum-input-data-decoder": "bin/ethereum_input_data_decoder",
    "ethereum_input_data_decoder": "bin/ethereum_input_data_decoder"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/ethereum-input-data-decoder"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/ethereum-input-data-decoder/issues"
  },
  "homepage": "https://github.com/miguelmota/ethereum-input-data-decoder",
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com/"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/ethereum-input-data-decoder/blob/master/LICENSE"
  },
  "dependencies": {
    "@types/node": "^16.7.13",
    "bn.js": "^4.11.8",
    "buffer": "^5.2.1",
    "ethers": "^5.5.4",
    "is-buffer": "^2.0.3",
    "meow": "9.0.0"
  },
  "keywords": [
    "ethereum",
    "decoder",
    "abi",
    "smart",
    "contracts"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^8.0.0",
    "browserify": "^16.2.3",
    "standard": "^12.0.1",
    "tape": "^4.6.3"
  }
}
