dsa-connectors/package.json

76 lines
2.5 KiB
JSON

{
"name": "dsa-connectors",
"version": "1.0.0",
"description": "",
"directories": {},
"scripts": {
"test": "hardhat run scripts/tests/global-test.ts",
"coverage": "./node_modules/.bin/solidity-coverage",
"check": "ts-node status-checks/huskyCheck.ts",
"check-husky": "ts-node status-checks/huskyCheck.ts",
"deploy": "ts-node --files scripts/deploy.ts",
"deployAll": "hardhat run scripts/deployment/deployConnectorsFromCmdAll.ts",
"test:runner": "NODE_OPTIONS='--max-old-space-size=4096' hardhat run scripts/tests/run-tests.ts",
"typechain": "hardhat typechain",
"compile": "hardhat compile",
"deploy:runner": "hardhat run scripts/deployment/deployConnectorsFromCmd.ts",
"tests": "hardhat run_tests"
},
"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",
"@openzeppelin/contracts-latest": "npm:@openzeppelin/contracts@^4.9.3",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.0.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.12",
"@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",
"inquirer": "^8.2.0",
"minimist": "^1.2.5",
"solc": "^0.8.10",
"typechain": "^6.0.5"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^3.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.13",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/inquirer": "^8.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.11",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.5.2",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.9.14",
"hardhat-deploy-ethers": "^0.3.0-beta.11",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6",
"solidity-coverage": "0.7.17",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"web3": "^1.6.1"
}
}