{
  "name": "snubb",
  "version": "1.0.3",
  "description": "A beautiful terminal UI for scanning blockchain token approvals and tracking your exposure",
  "main": "index.js",
  "bin": {
    "snubb": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ethereum",
    "erc20",
    "approvals",
    "revoke",
    "security",
    "blockchain",
    "terminal-ui",
    "defi",
    "token-scanner",
    "multichain"
  ],
  "author": "moose-code",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noose-code/snubb.git"
  },
  "homepage": "https://github.com/noose-code/snubb#readme",
  "bugs": {
    "url": "https://github.com/noose-code/snubb/issues"
  },
  "type": "module",
  "license": "ISC",
  "dependencies": {
    "@envio-dev/hypersync-client": "^0.6.3",
    "blessed": "^0.1.81",
    "blessed-contrib": "^4.11.0",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "cli-spinners": "^2.9.2",
    "cli-table3": "^0.6.5",
    "commander": "^11.1.0",
    "figlet": "^1.8.0",
    "log-update": "^6.1.0",
    "ora": "^7.0.1",
    "viem": "^2.24.1"
  },
  "engines": {
    "node": ">=16"
  }
}
