{
  "name": "prove-ethereum-wallet",
  "version": "1.0.0",
  "description": "Library for providing a standard proof creation and verification for ethereum wallets",
  "main": "dist/index.js",
  "author": "Kevin Colgan",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/**/*.ts --max-warnings 0",
    "preinstall": "rm -rf node_modules",
    "script": "ts-node -O '{\"module\":\"commonjs\"}' --transpile-only --files"
  },
  "dependencies": {
    "@ethersproject/abstract-signer": "^5.5.0",
    "bignumber.js": "^9.0.1",
    "es6-promisify": "^7.0.0",
    "ethers": "^5.5.1",
    "rambda": "^6.9.0",
    "tslib": "^2.3.1",
    "web3": "^1.6.1",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "@types/bignumber.js": "^5.0.0",
    "@types/es6-promisify": "^6.0.0",
    "@types/yargs": "^17.0.5",
    "@web3-react/core": "^6.1.9",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "prettier": "^2.3.2"
  }
}
