{
  "name": "wallet-watcher",
  "version": "1.0.2",
  "description": "Lightweight multi-chain wallet watcher & balance checker for EVM & BTC. No API keys required.",
  "main": "src/index.js",
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "keywords": ["crypto", "wallet", "balance", "evm", "ethereum", "bitcoin", "web3", "trading-bot"],
  "author": "stableroom",
  "license": "MIT",
  "scripts": { "postinstall": "node src/postinstall.cjs" },
  "files": ["src", "README.md"],
  "engines": { "node": ">=16" }
}
