dsa-connectors/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2020-11-20 12:41:19 +00:00
{
"name": "dsa-connectors",
"version": "1.0.0",
"description": "",
"directories": {},
"scripts": {
2021-03-31 17:42:22 +00:00
"test": "hardhat test",
2020-11-20 12:41:19 +00:00
"coverage": "./node_modules/.bin/solidity-coverage",
"check-husky": "node status-checks/huskyCheck.js",
2021-08-11 19:09:38 +00:00
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build"
2020-11-20 12:41:19 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaDApp/dsa-connectors-new.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InstaDApp/dsa-connectors-new/issues"
},
"homepage": "https://github.com/InstaDApp/dsa-connectors-new#readme",
"dependencies": {
2021-02-07 16:40:28 +00:00
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
2021-08-08 09:29:35 +00:00
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.1.1",
2020-11-20 12:41:19 +00:00
"chalk": "^4.0.0",
2021-03-20 19:20:21 +00:00
"commander": "^7.1.0",
2020-11-20 12:41:19 +00:00
"dotenv": "^7.0.0",
2021-05-14 19:16:54 +00:00
"hardhat-docgen": "^1.1.1",
2020-11-20 12:41:19 +00:00
"minimist": "^1.2.5",
2021-03-31 17:42:22 +00:00
"solc": "^0.7.0"
2020-11-20 12:41:19 +00:00
},
"devDependencies": {
2021-03-15 12:26:22 +00:00
"@nomiclabs/hardhat-ethers": "^2.0.2",
2021-08-11 19:09:38 +00:00
"@nomiclabs/hardhat-etherscan": "^2.1.4",
2021-05-14 19:16:54 +00:00
"@nomiclabs/hardhat-waffle": "^2.0.1",
2021-04-04 19:55:28 +00:00
"@nomiclabs/hardhat-web3": "^2.0.0",
2021-08-11 19:09:38 +00:00
"@openzeppelin/test-helpers": "^0.5.12",
2020-11-20 12:41:19 +00:00
"@studydefi/money-legos": "^2.3.7",
2021-08-11 19:09:38 +00:00
"@tenderly/hardhat-tenderly": "^1.0.12",
2021-05-09 19:16:11 +00:00
"chai-as-promised": "^7.1.1",
2021-08-11 19:09:38 +00:00
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.4",
"hardhat": "^2.6.0",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"husky": "^6.0.0",
2020-11-20 12:41:19 +00:00
"sol-merger": "^2.0.1",
"solidity-coverage": "0.5.11",
2021-08-11 19:09:38 +00:00
"web3": "^1.3.6"
2020-11-20 12:41:19 +00:00
}
}