15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"name": "zedxion-relay-service",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1",
|
|
"ethers": "^6.9.0",
|
|
"winston": "^3.11.0"
|
|
}
|
|
}
|