2024-03-30 00:52:45 +03:00
|
|
|
{
|
|
|
|
"name": "tornado-contracts",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2024-03-30 09:10:48 +03:00
|
|
|
"compile": "hardhat compile && hardhat flatten:all",
|
|
|
|
"deploy": "hardhat run ./scripts/deploy.ts",
|
|
|
|
"lint": "eslint . --ext .ts --fix"
|
2024-03-30 00:52:45 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"contracts",
|
2024-03-30 09:10:48 +03:00
|
|
|
"scripts",
|
2024-03-30 00:52:45 +03:00
|
|
|
"hardhat.config.ts",
|
|
|
|
"README.md",
|
|
|
|
"tsconfig.json",
|
|
|
|
"yarn.lock"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.0",
|
|
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
|
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
|
|
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
|
|
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
|
|
|
"@nomicfoundation/ignition-core": "^0.15.0",
|
|
|
|
"@typechain/ethers-v6": "^0.5.0",
|
|
|
|
"@typechain/hardhat": "^9.0.0",
|
|
|
|
"@types/chai": "^4.2.0",
|
|
|
|
"@types/mocha": ">=9.1.0",
|
|
|
|
"@types/node": "^20.11.30",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"ethers": "^6.4.0",
|
|
|
|
"hardhat": "^2.22.2",
|
|
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
|
|
"hardhat-storage-layout": "^0.1.7",
|
|
|
|
"solidity-coverage": "^0.8.1",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typechain": "^8.3.0",
|
|
|
|
"typescript": "^5.4.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@openzeppelin/contracts": "5.0.2",
|
|
|
|
"@openzeppelin/contracts-v3": "npm:@openzeppelin/contracts@3.2.0-rc.0"
|
|
|
|
}
|
|
|
|
}
|