nova-upgrade-proposal/package.json

51 lines
1.7 KiB
JSON

{
"name": "nova-upgrade-proposal",
"version": "1.0.0",
"description": "Nova upgrade proposal",
"main": "index.js",
"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": "yarn hardhat test",
"build": "yarn hardhat compile",
"compile": "yarn prettier:fix && yarn hardhat compile",
"clean": "yarn prettier:fix && yarn lint",
"coverage": "yarn hardhat coverage --testfiles \"test/*.test.js\"",
"deploy": "yarn hardhat run scripts/deploy.js"
},
"repository": "https://github.com/tornadocash/nova-upgrade-proposal",
"author": "Drygin <DryginAlexander@gmail.com>",
"license": "MIT",
"dependencies": {
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"tornado-governance": "2.0.0",
"omnibridge": "https://github.com/omni/omnibridge"
},
"devDependencies": {
"@ethersproject/testcases": "^5.4.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@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",
"hardhat": "^2.8.2",
"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",
"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"
}
}