{
  "name": "contract-helper",
  "version": "2.2.9",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "types",
  "scripts": {
    "compile": "npx tsc",
    "test": "mocha --timeout 120000 -r ts-node/register ./test/**/*.ts",
    "test:eth": "mocha --timeout 120000 -r ts-node/register ./test/eth.spec.ts",
    "test:tron": "mocha --timeout 120000 -r ts-node/register ./test/tron.spec.ts",
    "publish": "npm publish"
  },
  "keywords": [
    "tron",
    "trx",
    "eth",
    "etherum",
    "contract helper",
    "multicall"
  ],
  "repository": {
    "url": "https://github.com/juming-master/contract-helper.git"
  },
  "author": "",
  "license": "MIT",
  "description": "A contract helper for tron and eth network",
  "dependencies": {
    "bignumber.js": "^11.1.5",
    "debounce": "^2.2.0",
    "uuid": "^11.1.0",
    "wait": "^0.4.2"
  },
  "peerDependencies": {
    "ethers": "^6.0.0",
    "tronweb": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "ethers": {
      "optional": true
    },
    "tronweb": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.0.14",
    "@types/sinon": "^17.0.4",
    "chai": "^4.5.0",
    "dotenv": "^17.2.0",
    "ethers": "^6.17.0",
    "mocha": "^11.7.1",
    "sinon": "^21.0.0",
    "tronweb": "^6.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
