Initial commit: add .gitignore and README
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "aave-stablecoin-looping-tool",
|
||||
"version": "1.0.0",
|
||||
"description": "Aave v3 stablecoin looping transaction tool with multi-chain support",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "tsx src/index.ts",
|
||||
"clean": "rm -rf dist",
|
||||
"test-demo": "node test-demo.js",
|
||||
"test-execute": "node run-dry-run.js",
|
||||
"execute-dry-run": "node run-execute-dry-run.js"
|
||||
},
|
||||
"keywords": [
|
||||
"aave",
|
||||
"defi",
|
||||
"stablecoin",
|
||||
"leverage",
|
||||
"looping"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ethers": "^6.13.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"commander": "^12.0.0",
|
||||
"axios": "^1.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.24",
|
||||
"typescript": "^5.4.2",
|
||||
"tsx": "^4.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user