fix: 隐藏信息

This commit is contained in:
chaosBreaking
2019-09-08 11:03:37 +08:00
parent cd63a4f5b4
commit 84d832d859
3 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --inspect-brk ./"
},
"author": "Nova.xu",
"license": "ISC",
@@ -26,6 +27,7 @@
"deepmerge": "^4.0.0",
"errorhandler": "^1.5.0",
"ethers": "^4.0.36",
"etherscan-api": "^10.0.4",
"express": "^4.17.1",
"js-sha3": "^0.8.0",
"jsonwebtoken": "^8.5.1",