{
  "name": "evm-blockchain-tools",
  "version": "3.1.1",
  "description": "This is a collection of resuseable tools to support development for EVM-powered blockchains",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --require ts-node/register --require tsconfig-paths/register --recursive ./tests/**/*.spec.ts",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/andydevstic/evm-blockchain-tools.git"
  },
  "keywords": [
    "ethereum",
    "blockchain",
    "binance",
    "tron",
    "gnosis-safe"
  ],
  "author": "Andy Devstic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andydevstic/evm-blockchain-tools/issues"
  },
  "homepage": "https://github.com/andydevstic/evm-blockchain-tools#readme",
  "dependencies": {
    "@noble/secp256k1": "1.7.1",
    "@safe-global/safe-core-sdk": "^3.3.2",
    "@safe-global/safe-core-sdk-types": "^1.10.1",
    "@safe-global/safe-ethers-lib": "^1.9.2",
    "@safe-global/safe-service-client": "^2.0.0",
    "alchemy-sdk": "^3.1.2",
    "ethers": "^5.7.2",
    "libsodium-wrappers": "^0.7.15",
    "mathjs": "^12.4.0",
    "mvc-common-toolkit": "^1.36.0",
    "pino": "^9.3.1",
    "reconnecting-websocket": "^4.4.0",
    "tron-tx-decoder": "^2.0.2",
    "tronweb": "^5.1.0",
    "web3": "^4.5.0",
    "web3-providers-ws": "^1.9.0",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@types/mongoose": "^5.11.97",
    "@types/sinon": "^10.0.14",
    "@types/web3": "^1.2.2",
    "@types/ws": "^8.5.4",
    "chai": "^4.5.0",
    "mocha": "^10.2.0",
    "rimraf": "^5.0.0",
    "sinon": "^15.2.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.0.4"
  }
}
