This commit is contained in:
aozhiwei 2023-06-12 14:59:40 +08:00
parent 35c5591dd1
commit b2bcddb2ed
2 changed files with 6926 additions and 0 deletions

6911
server/web3spider/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
{
"name": "web3spider",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {},
"dependencies": {
"j7": "file:../../third_party/j7",
"@metamask/eth-sig-util": "^4.0.0",
"express": "^4.17.2",
"log4js": "~6.3.0",
"mysql": "~2.18.1",
"web3": "^1.6.1"
}
}