33 lines
737 B
JSON
33 lines
737 B
JSON
|
|
{
|
||
|
|
"name": "@dbis-core/defi-arbitrage",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Freeze-resistant, capital-preserving arbitrage loop orchestration tool",
|
||
|
|
"main": "index.ts",
|
||
|
|
"types": "index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"dev": "ts-node cli.ts",
|
||
|
|
"test": "echo \"Tests to be implemented\" && exit 0"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"defi",
|
||
|
|
"arbitrage",
|
||
|
|
"ethereum",
|
||
|
|
"chainid-138",
|
||
|
|
"risk-management"
|
||
|
|
],
|
||
|
|
"author": "DBIS Core Team",
|
||
|
|
"license": "UNLICENSED",
|
||
|
|
"dependencies": {
|
||
|
|
"@prisma/client": "^5.0.0",
|
||
|
|
"decimal.js": "^10.4.0",
|
||
|
|
"uuid": "^9.0.0",
|
||
|
|
"winston": "^3.11.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"@types/uuid": "^9.0.0",
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|