check-ethereum-scanner
Version:
Safety checks for new Ethereum tokens
21 lines (20 loc) • 414 B
JSON
{
"name": "check-ethereum-scanner",
"version": "1.0.2",
"description": "Safety checks for new Ethereum tokens",
"main": "check.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"ethereum",
"blockchain",
"security",
"tokens"
],
"author": "gurtymcburty",
"license": "ISC",
"dependencies": {
"ownership-renounced-tracker": "^1.1.2"
}
}