57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "tornado-governance",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"files": [
|
|
"contracts/*"
|
|
],
|
|
"scripts": {
|
|
"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",
|
|
"test:all": "yarn hardhat test",
|
|
"test": "yarn test:all",
|
|
"test:all:f": "yarn prettier:fix && yarn test && yarn lint",
|
|
"test:f": "yarn prettier:fix && yarn test",
|
|
"clean": "yarn prettier:fix && yarn lint",
|
|
"compile": "yarn prettier:fix && yarn hardhat compile",
|
|
"coverage": "yarn hardhat coverage"
|
|
},
|
|
"author": "Tornado.cash team <hello@tornado.cash>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@gnosis.pm/ido-contracts": "^0.5.0",
|
|
"@openzeppelin/contracts": "3.2.0-rc.0",
|
|
"@openzeppelin/upgrades-core": "^1.0.1",
|
|
"torn-token": "^1.0.4",
|
|
"tornado-governance": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ethersproject/testcases": "^5.5.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.6",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@ticket721/e712": "^0.4.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.3.4",
|
|
"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",
|
|
"ethers": "^5.5.1",
|
|
"hardhat": "2.6.0",
|
|
"hardhat-contract-sizer": "^2.0.3",
|
|
"hardhat-log-remover": "^2.0.2",
|
|
"hardhat-spdx-license-identifier": "^2.0.3",
|
|
"hardhat-storage-layout": "^0.1.6",
|
|
"prettier": "^2.3.2",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.17",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
"solidity-coverage": "^0.7.21"
|
|
}
|
|
}
|