@lbertenasco/custom-swaps
Version:
safe, flexible and governable way to handle swaps on smart contracts
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "@lbertenasco/custom-swaps",
"description": "safe, flexible and governable way to handle swaps on smart contracts",
"version": "0.2.4",
"files": [
"/contracts/**/*.sol",
"/interfaces/**/*.sol",
"!/contracts/mock"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lbertenasco/safe-smart-swap.git"
},
"author": "Luciano Bertenasco <lbertenasco@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lbertenasco/safe-smart-swap/issues"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"dex",
"custom",
"swaps"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.1",
"@nomiclabs/hardhat-etherscan": "2.1.0",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "3.3.0",
"chai": "4.2.0",
"ethereum-waffle": "3.2.1",
"ethers": "5.0.26",
"hardhat": "2.0.8",
"hardhat-gas-reporter": "1.0.4",
"prompt-confirm": "2.0.4"
},
"scripts": {
"test": "npx hardhat test",
"test:gas": "REPORT_GAS=true npx hardhat test",
"compile": "npx hardhat compile"
},
"homepage": "https://github.com/lbertenasco/safe-smart-swap#readme",
"main": "",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {}
}