mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
61 lines
1.8 KiB
JSON
61 lines
1.8 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",
|
|
"@typechain/ethers-v5": "^8.0.5",
|
|
"@typechain/hardhat": "^3.0.0",
|
|
"@uniswap/v3-core": "^1.0.0",
|
|
"@uniswap/v3-periphery": "^1.3.0",
|
|
"chalk": "^5.0.0",
|
|
"dotenv": "^10.0.0",
|
|
"hardhat-docgen": "^1.2.0",
|
|
"minimist": "^1.2.5",
|
|
"solc": "^0.8.10",
|
|
"typechain": "^6.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.3",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.8",
|
|
"@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.13",
|
|
"@types/chai": "^4.2.22",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^16.11.11",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.5.2",
|
|
"hardhat": "^2.7.0",
|
|
"hardhat-deploy": "^0.9.14",
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
|
"husky": "^7.0.4",
|
|
"solidity-coverage": "0.7.17",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.2",
|
|
"web3": "^1.6.1"
|
|
}
|
|
}
|