From c0043ef82c43cbac93586d1cbdc1a0b632a609ec Mon Sep 17 00:00:00 2001 From: kenny yong Date: Tue, 18 Aug 2026 19:08:27 +0800 Subject: [PATCH 1/2] chore: add npm keywords and sharpen package description Improves discoverability on the npm registry search index. Metadata ships with the next release tarball (v1.0.6). Co-Authored-By: Claude Opus 4.8 --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad723a8..1e63c64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,24 @@ { "name": "@etherscan-npm/cli", "version": "0.0.0-development", - "description": "Command-line client and interactive explorer for the Etherscan V2 API", + "description": "Official command-line interface for the Etherscan API V2. Query EVM blockchain data, inspect transactions, and verify smart contracts.", + "keywords": [ + "etherscan", + "etherscan-cli", + "etherscan-api", + "ethereum", + "evm", + "blockchain", + "block-explorer", + "cli", + "command-line", + "smart-contract", + "contract-verification", + "source-code-verification", + "transactions", + "abi", + "multichain" + ], "license": "MIT", "homepage": "https://github.com/etherscan/etherscan-cli", "repository": { From 5a3ffee39ce475d852df1a435025af55f75c4d83 Mon Sep 17 00:00:00 2001 From: kenny yong Date: Wed, 19 Aug 2026 12:04:15 +0800 Subject: [PATCH 2/2] chore: add token, wallet and gas keywords from PR review Covers erc20/nft/tokens (tokentx, tokennfttx, token1155tx, tokenholderlist), wallet (txlist, balance), gas (gastracker, gasoracle) and web3. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 1e63c64..2f9a320 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "etherscan-api", "ethereum", "evm", + "web3", "blockchain", "block-explorer", "cli", @@ -16,6 +17,11 @@ "contract-verification", "source-code-verification", "transactions", + "tokens", + "erc20", + "nft", + "wallet", + "gas", "abi", "multichain" ],