The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/solidity/optics-upgrades/package.json

36 lines
1.1 KiB

{
"name": "@celo-org/optics-upgrades",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.0",
"eslint": "^7.20.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.29",
"hardhat": "^2.0.8",
"hardhat-gas-reporter": "^1.0.4",
"prettier": "2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.5",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.14"
},
"version": "0.0.0",
"description": "Optics upgrade contracts",
"main": " ",
"directories": {
"test": "test"
},
"scripts": {
"prettier": "prettier --write './contracts' ./test ./scripts",
"compile": "hardhat compile && npm run prettier",
"coverage": "npm run compile && hardhat coverage",
"test": "npm run compile && hardhat test",
"lint": "solhint 'contracts/*.sol' && solhint 'contracts/**/*.sol' && eslint test/",
"lint:fix": "solhint --fix 'contracts/*.sol' && solhint --fix 'contracts/**/*.sol' && eslint --fix test/"
},
"author": "Anna Carroll",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@openzeppelin/contracts": "^3.4.0"
}
}