728eb71388
Signed-off-by: T-Hax <>
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "tornado-instances",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "chmod +x scripts/* && ./scripts/setup.sh",
|
|
"build": "chmod +x scripts/* && ./scripts/setup.sh",
|
|
"eslint": "eslint --ext .js --ignore-path .gitignore .",
|
|
"prettier:check": "prettier --check . --config .prettierrc",
|
|
"prettier:fix": "prettier --write . --config .prettierrc",
|
|
"lint": "yarn eslint && yarn prettier:check",
|
|
"compile": "yarn hardhat compile",
|
|
"test": "yarn hardhat test",
|
|
"clean": "yarn prettier:fix && yarn lint",
|
|
"coverage": "yarn hardhat coverage --testfiles \"test/*.js\""
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "3.4.2",
|
|
"@openzeppelin/upgrades-core": "^1.0.1",
|
|
"@uniswap/v3-core": "^1.0.1",
|
|
"@uniswap/v3-periphery": "1.1.1",
|
|
"torn-token": "^1.0.4",
|
|
"tornado-cli": "^0.0.1",
|
|
"tornado-governance": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.4",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.3.4",
|
|
"coveralls": "^3.1.1",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"hardhat": ">=2.4.3",
|
|
"hardhat-contract-sizer": "^2.6.1",
|
|
"hardhat-log-remover": "^2.0.2",
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
"prettier": "^2.3.2",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.17",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
"solidity-coverage": "^0.7.17",
|
|
"websnark": "^0.0.5"
|
|
}
|
|
}
|