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",
|
2021-05-07 16:36:52 +00:00
|
|
|
"check-husky": "node status-checks/huskyCheck.js",
|
|
|
|
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build",
|
|
|
|
"prepare": "husky install"
|
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",
|
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-06-25 17:15:54 +00:00
|
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.3",
|
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",
|
2020-11-20 12:41:19 +00:00
|
|
|
"@openzeppelin/test-helpers": "^0.5.6",
|
|
|
|
"@studydefi/money-legos": "^2.3.7",
|
2021-01-30 12:53:12 +00:00
|
|
|
"@tenderly/hardhat-tenderly": "^1.0.6",
|
2021-05-09 19:16:11 +00:00
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"ethereum-waffle": "^3.3.0",
|
2021-05-14 19:16:54 +00:00
|
|
|
"ethers": "^5.1.4",
|
|
|
|
"hardhat": "^2.3.0",
|
|
|
|
"hardhat-deploy": "^0.7.5",
|
|
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.7",
|
2021-05-07 16:36:52 +00:00
|
|
|
"husky": "^6.0.0",
|
2020-11-20 12:41:19 +00:00
|
|
|
"sol-merger": "^2.0.1",
|
|
|
|
"solidity-coverage": "0.5.11",
|
2021-05-14 19:16:54 +00:00
|
|
|
"web3": "^1.3.0"
|
2020-11-20 12:41:19 +00:00
|
|
|
}
|
|
|
|
}
|