Skip to content

Commit

Permalink
Remove fields from package.json to keep it minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiwieser committed Dec 5, 2023
1 parent a497fe1 commit d9927f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "aave-liquidation-analysis",
"name": "aave-liquidation-risk",
"version": "1.0.0",
"description": "This project aims to analyze risks associated with borrowing assets on the AAVE V2 protocol.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukiwieser/aave-liquidation-analysis.git"
},
"author": "Sebastian Fürndraht & Lukas Wieser",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukiwieser/aave-liquidation-analysis/issues"
},
"homepage": "https://github.com/lukiwieser/aave-liquidation-analysis#readme",
"dependencies": {
"@aave/protocol-v2": "^1.0.1",
"@ethersproject/abi": "^5.4.0",
Expand Down

0 comments on commit d9927f4

Please sign in to comment.