harb/services/txnBot/package.json
johba b4c829e4d6 fix/podman-postgres-integration (#37)
resolves #25

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/37
2025-10-01 20:26:49 +02:00

16 lines
308 B
JSON

{
"name": "marketMaker",
"version": "0.0.1",
"type": "module",
"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"
}
}