19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"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",
|
|
"fs": "^0.0.1-security",
|
|
"nodemailer": "^6.8.0",
|
|
"web3": "^1.8.0"
|
|
}
|
|
}
|