airdrop-tool
Version:
Easy to use token airdrop tool that integrates with Saturn Network
39 lines (38 loc) • 808 B
JSON
{
"name": "airdrop-tool",
"version": "0.3.3",
"description": "Easy to use token airdrop tool that integrates with Saturn Network",
"homepage": "https://saturn.network/",
"bugs": "https://forum.saturn.network/",
"main": "airdrop-tool.js",
"bin": "./airdrop-tool.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"eth",
"etc",
"ethereum",
"airdrop",
"token",
"erc20",
"erc223",
"saturn",
"dex",
"decentralized"
],
"author": "Saturn Network",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.1",
"cli-progress": "^2.1.0",
"commander": "^2.19.0",
"ethers": "^4.0.7",
"lodash": "^4.17.11"
}
}