29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "wchaingprc",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"services": "node server"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@ethereumjs/common": "^4.3.0",
|
|
"@ethereumjs/tx": "^5.3.0",
|
|
"@grpc/grpc-js": "^1.10.10",
|
|
"@grpc/proto-loader": "^0.7.13",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"ethereumjs-tx": "^2.1.2",
|
|
"ethereumjs-wallet": "^1.0.2",
|
|
"express": "^4.19.2",
|
|
"fs": "^0.0.1-security",
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"path": "^0.12.7",
|
|
"web3": "^4.10.0"
|
|
}
|
|
}
|