@andrekorol/kollateral-contracts
Version:
Kollateral protocol, the flash loan building block
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "@andrekorol/kollateral-contracts",
"version": "0.1.1",
"private": false,
"description": "Kollateral protocol, the flash loan building block",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json"
],
"scripts": {
"build": "rm -rf ./build && npm run compile",
"compile": "truffle compile",
"test": "mocha --timeout 10000 --exit --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/andrekorol/kollateral.git"
},
"keywords": [
"flash-loans",
"ethereum",
"DeFI",
"solidity",
"web3"
],
"author": "Andre Korol <andrekorol@protonmail.com> (https://github.com/andrekorol)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/andrekorol/kollateral/issues"
},
"homepage": "https://github.com/andrekorol/kollateral",
"dependencies": {
"@openzeppelin/contracts": "^3.3.0-solc-0.7"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.2",
"@openzeppelin/test-helpers": "^0.5.4",
"chai": "^4.2.0",
"mocha": "^7.0.0",
"prettier": "^2.1.2",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"truffle-privatekey-provider": "^1.3.0",
"verify-on-etherscan": "^1.2.1"
}
}