{
  "name": "4byte",
  "version": "0.0.1",
  "description": "Look up an Ethereum function signature by the 4 bytes of its hash",
  "main": "index.js",
  "bin": {
    "4byte": "bin/4byte"
  },
  "scripts": {
    "test": "tape test/*.js",
    "lint": "standard --fix *.js test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shanefontaine/4byte"
  },
  "bugs": {
    "url": "https://github.com/shanefontaine/4byte/issues"
  },
  "homepage": "https://github.com/shanefontaine/4byte",
  "author": {
    "name": "Shane Fontaine",
    "email": "shane6fontaine@gmail.com",
    "url": "https://shane.dev/"
  },
  "license": "MIT",
  "url": "https://github.com/shanefontaine/4byte/blob/master/LICENSE",
  "dependencies": {
    "meow": "^5.0.0",
    "node-fetch": "2.6.1"
  },
  "keywords": [
    "ethereum",
    "eth",
    "blockchain",
    "4byte",
    "function",
    "signature",
    "hash",
    "keccack",
    "sha3"
  ],
  "devDependencies": {
    "standard": "^12.0.1",
    "tape": "^5.2.2"
  }
}
