ethereumos
Version:
CLI for interacting with the Ethereum OS
37 lines (36 loc) • 753 B
JSON
{
"name": "ethereumos",
"version": "1.1.1",
"description": "CLI for interacting with the Ethereum OS",
"main": "index.js",
"bin": {
"ethos": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"ethereum",
"ethers",
"blockchain",
"airdrop",
"ethos"
],
"author": "Slamet Wibowo",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"ethers": "^6.13.1",
"inquirer": "^8.2.6",
"log-symbols": "^4.1.0",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"terminal-link": "^4.0.0",
"update-notifier": "^7.3.1",
"yargs": "^17.7.2"
}
}