{
  "name": "usdt-transaction-checker",
  "version": "1.0.0",
  "description": "Application Node.js pour vérifier les transactions USDT sur BEP20, ERC20 et TRC20",
  "main": "index.js",
  "scripts": {
    "start": "node balance.js"
  },
  "author": "Votre Nom",
  "license": "ISC",
  "dependencies": {
    "ethers": "^5.7.2",
    "tronweb": "^4.0.7",
    "express": "^4.18.2",
    "web3": "^1.8.2",
    "axios": "^1.5.0"
  }
}
