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-09-05 08:32:18 +00:00
|
|
|
"check": "node status-checks/huskyCheck.js",
|
2021-05-07 16:36:52 +00:00
|
|
|
"check-husky": "node status-checks/huskyCheck.js",
|
2021-10-27 06:46:32 +00:00
|
|
|
"deploy": "node scripts/deployConnectorsFromCmd.js"
|
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-10-27 06:46:32 +00:00
|
|
|
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
|
2021-12-05 05:23:21 +00:00
|
|
|
"@typechain/ethers-v5": "^8.0.5",
|
2021-11-28 17:53:16 +00:00
|
|
|
"@typechain/hardhat": "^3.0.0",
|
2021-08-08 09:29:35 +00:00
|
|
|
"@uniswap/v3-core": "^1.0.0",
|
2021-12-05 18:02:28 +00:00
|
|
|
"@uniswap/v3-periphery": "^1.3.0",
|
|
|
|
"chalk": "^5.0.0",
|
2021-10-27 06:46:32 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-12-05 18:02:28 +00:00
|
|
|
"hardhat-docgen": "^1.2.0",
|
2020-11-20 12:41:19 +00:00
|
|
|
"minimist": "^1.2.5",
|
2021-12-05 18:02:28 +00:00
|
|
|
"solc": "^0.8.10",
|
|
|
|
"typechain": "^6.0.5"
|
2020-11-20 12:41:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-05 18:02:28 +00:00
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.3",
|
|
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.8",
|
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-10-27 06:16:18 +00:00
|
|
|
"@openzeppelin/test-helpers": "^0.5.15",
|
2021-10-27 06:46:32 +00:00
|
|
|
"@studydefi/money-legos": "^2.4.2",
|
2021-12-05 18:02:28 +00:00
|
|
|
"@tenderly/hardhat-tenderly": "^1.0.13",
|
2021-11-28 17:53:16 +00:00
|
|
|
"@types/chai": "^4.2.22",
|
|
|
|
"@types/mocha": "^9.0.0",
|
2021-12-05 18:02:28 +00:00
|
|
|
"@types/node": "^16.11.11",
|
2021-11-28 17:53:16 +00:00
|
|
|
"chai": "^4.3.4",
|
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",
|
2021-12-05 18:02:28 +00:00
|
|
|
"ethers": "^5.5.2",
|
|
|
|
"hardhat": "^2.7.0",
|
|
|
|
"hardhat-deploy": "^0.9.14",
|
2021-10-27 06:16:18 +00:00
|
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
2021-10-27 06:46:32 +00:00
|
|
|
"husky": "^7.0.4",
|
2021-12-05 18:02:28 +00:00
|
|
|
"solidity-coverage": "0.7.17",
|
2021-11-28 17:53:16 +00:00
|
|
|
"ts-node": "^10.4.0",
|
|
|
|
"typescript": "^4.5.2",
|
2021-12-05 18:02:28 +00:00
|
|
|
"web3": "^1.6.1"
|
2020-11-20 12:41:19 +00:00
|
|
|
}
|
|
|
|
}
|