diff --git a/package.json b/package.json index ad723a8..2f9a320 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,30 @@ { "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", + "web3", + "blockchain", + "block-explorer", + "cli", + "command-line", + "smart-contract", + "contract-verification", + "source-code-verification", + "transactions", + "tokens", + "erc20", + "nft", + "wallet", + "gas", + "abi", + "multichain" + ], "license": "MIT", "homepage": "https://github.com/etherscan/etherscan-cli", "repository": {