15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "marketMaker",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"license": "GPL3",
|
|
"scripts": {
|
|
"start": "node service.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.13.2",
|
|
"express": "^5.0.0",
|
|
"kraiken-lib": "file:../../kraiken-lib"
|
|
}
|
|
}
|