{
  "name": "btc-signal-bot",
  "version": "1.0.0",
  "description": "BTC liquidity sweep signal scanner",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "node test-structure.js"
  },
  "dependencies": {
    "axios": "^1.11.0"
  }
}