flashloan-profit-calculator
Version:
A library for analyzing flashloan transactions and calculating profits
45 lines (44 loc) • 986 B
JSON
{
"name": "flashloan-profit-calculator",
"version": "1.0.0",
"description": "A library for analyzing flashloan transactions and calculating profits",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/api/server.js",
"dev": "ts-node api/server.ts",
"test": "node test-api.js"
},
"keywords": [
"ethereum",
"flashloan",
"defi",
"profit",
"analysis"
],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.5",
"alchemy-sdk": "^2.8.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ethers": "^6.15.0",
"express": "^4.18.2"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/node": "^20.8.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"alchemy-sdk": "^2.8.0"
}
}