15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "marketMaker",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"license": "GPL3",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.13.2",
|
|
"express": "^5.0.0",
|
|
"harb-lib": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphprotocol/client-cli": "^3.0.7"
|
|
}
|
|
}
|