aave-interfaces
Version:
Interfaces for Aave contracts
39 lines (38 loc) • 778 B
JSON
{
"name": "aave-interfaces",
"version": "1.0.1",
"description": "Interfaces for Aave contracts",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "echo 'Build successful'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AFng/aave-interfaces.git"
},
"author": "Arlia",
"license": "MIT",
"keywords": [
"aave",
"interfaces",
"solidity",
"defi",
"flashloan",
"aave-v2",
"aave-v3",
"lending",
"borrowing",
"flash-loan",
"uniswap"
],
"bugs": {
"url": "https://github.com/AFng/aave-interfaces.git"
},
"homepage": "https://github.com/AFng/aave-interfaces.git",
"devDependencies": {
"jest": "^29.7.0",
"chai": "^4.3.6",
"hardhat": "^2.14.0"
}
}