@andrekorol/kollateral
Version:
Typescript library for Kollateral, the flash loan building block
54 lines (53 loc) • 1.62 kB
JSON
{
"name": "@andrekorol/kollateral",
"version": "0.1.3",
"main": "dist/kollateral.js",
"types": "dist/kollateral.d.ts",
"description": "Typescript library for Kollateral, the flash loan building block",
"scripts": {
"copy-abis": "./scripts/copy_abis.sh",
"build": "npm run compile",
"compile": "npm run generate && tsc -p .",
"generate": "./scripts/generate.sh",
"prepare": "rm -rf dist/; npm run build"
},
"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": {
"@types/ethereumjs-abi": "^0.6.3",
"@types/node-fetch": "^2.5.8",
"@types/qs": "^6.9.5",
"@types/web3": "^1.2.2",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.1",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.0.27",
"node-fetch": "^2.6.1",
"qs": "^6.9.6",
"truffle": "^5.1.64",
"web3": "^1.3.3",
"web3-core": "^1.3.3",
"web3-eth-contract": "^1.3.3"
},
"devDependencies": {
"ts-loader": "^8.0.14",
"typechain": "^1.0.5",
"typechain-target-web3-v2": "^1.0.0",
"typescript": "^4.1.3"
}
}