random-ethereum-scanner/package.json

19 lines
379 B
JSON
Raw Normal View History

2022-10-21 22:43:56 +00:00
{
"name": "randometherscanner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mycrypto/eth-scan": "^3.5.3",
"express": "^4.18.2",
2022-10-21 22:43:56 +00:00
"fs": "^0.0.1-security",
"nodemailer": "^6.8.0",
"web3": "^1.8.0"
}
}