{
  "name": "ethereum-renounced-ownership-tracker",
  "version": "1.0.0",
  "description": "A script to track ownership renounced events on the Ethereum blockchain. Created by @therealgonku",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "author": "gurtymcburty",
  "license": "ISC",
  "dependencies": {
    "web3": "^1.6.0"
  }
}
