dsa-connectors/package.json

47 lines
1.3 KiB
JSON

{
"name": "dsa-connectors",
"version": "1.0.0",
"description": "",
"directories": {},
"scripts": {
"test": "hardhat test",
"coverage": "./node_modules/.bin/solidity-coverage",
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build"
},
"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": {
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
"chalk": "^4.0.0",
"commander": "^7.1.0",
"dotenv": "^7.0.0",
"ethereumjs-abi": "^0.6.8",
"hardhat-docgen": "^1.1.0",
"minimist": "^1.2.5",
"solc": "^0.7.0"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.8",
"@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@studydefi/money-legos": "^2.3.7",
"@tenderly/hardhat-tenderly": "^1.0.6",
"ethers": "^5.0.32",
"hardhat": "^2.0.8",
"sol-merger": "^2.0.1",
"solidity-coverage": "0.5.11",
"web3": "^1.3.4"
}
}