dsa-connectors/package.json
2021-10-27 12:16:32 +05:30

52 lines
1.5 KiB
JSON

{
"name": "dsa-connectors",
"version": "1.0.0",
"description": "",
"directories": {},
"scripts": {
"test": "hardhat test",
"coverage": "./node_modules/.bin/solidity-coverage",
"check": "node status-checks/huskyCheck.js",
"check-husky": "node status-checks/huskyCheck.js",
"deploy": "node scripts/deployConnectorsFromCmd.js"
},
"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",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.2.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"hardhat-docgen": "^1.1.2",
"minimist": "^1.2.5",
"solc": "^0.7.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@studydefi/money-legos": "^2.4.2",
"@tenderly/hardhat-tenderly": "^1.0.12",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"hardhat-deploy": "^0.9.4",
"hardhat-deploy-ethers": "^0.3.0-beta.11",
"husky": "^7.0.4",
"solidity-coverage": "0.5.11",
"web3": "^1.5.2"
}
}