@ensuro/cash-flow-lender
Version:
Contract to track the debt with partners that pay on a monthly basis, used by the Ensuro Protocol
31 lines (30 loc) • 709 B
JSON
{
"name": "@ensuro/cash-flow-lender",
"description": "Contract to track the debt with partners that pay on a monthly basis, used by the Ensuro Protocol",
"version": "0.0.1",
"files": [
"**/*.sol",
"/build",
"/js/*.js"
],
"repository": {
"type": "git",
"url": "git@github.com:ensuro/cash-flow-lender.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"decentralized",
"insurance",
"ensuro",
"erc4626"
],
"author": "Ensuro <guillermo@ensuro.co>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ensuro/cash-flow-lender/issues"
},
"homepage": "https://github.com/ensuro/cash-flow-lender#readme"
}