-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lootery",
"version": "1.0.0",
"description": "Run your own onchain lottery",
"scripts": {
"deploy:scrollSepolia": "yarn hardhat --config hardhat.config.scroll.ts --network scrollSepolia run scripts/deploy.ts",
"deploy:scroll": "yarn hardhat --config hardhat.config.scroll.ts --network scroll run scripts/deploy.ts",
"deploy:base": "yarn hardhat --config hardhat.config.base.ts --network base run scripts/deploy.ts",
"upgrade-lootery:scroll": "yarn hardhat --config hardhat.config.scroll.ts --network scroll run scripts/deployAndUpgradeLootery.ts",
"upgrade-factory:scroll": "yarn hardhat --config hardhat.config.scroll.ts --network scroll run scripts/deployAndUpgradeLooteryFactory.ts",
"build": "yarn hardhat compile",
"format:check": "yarn prettier --check .",
"test": "yarn hardhat --network hardhat test",
"clean": "yarn hardhat clean",
"coverage": "yarn hardhat coverage",
"fuzz": "echidna . --contract EchidnaLootery --config echidna.config.yaml"
},
"keywords": [],
"author": "The LottoPGF Team",
"license": "MIT",
"devDependencies": {
"@kevincharm/gfc-fpe": "^1.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomicfoundation/ignition-core": "^0.15.5",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"chai": "^4.2.0",
"dotenv": "^16.3.1",
"ethers": "^6.13.2",
"hardhat": "^2.22.11",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-storage-layout": "^0.1.7",
"hardhat-storage-layout-changes": "^0.1.2",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.2.2",
"yesno": "^0.4.0",
"zod": "^3.22.4"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"solshuffle": "^1.0.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}