{
  "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": {
    "axios": "^1.7.9",
    "ethers": "^5.7.2",
    "express": "^4.21.2",
    "tronweb": "^4.4.0",
    "web3": "^1.10.4"
  }
}
