-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·80 lines (80 loc) · 5.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"scripts": {
"impersonate": "npx hardhat run --network localhost test/impersonate.js",
"reset": "npx hardhat run --network localhost test/resetFork.js",
"test": "npx hardhat test --network localhost",
"deploy": "npx hardhat run scripts/run.js --network localhost",
"test-loanContract": "npx hardhat test test/test.LoanContract.js --network localhost",
"hh-test-0-0": "npx hardhat test --grep \"0-0-\"",
"hh-test-0-0-00": "npx hardhat test --grep \"0-0-00\"",
"test-0": "npx hardhat test --network localhost --grep \"0-[0-9]{1}-\"",
"test-1": "npx hardhat test --network localhost --grep \"1-[0-9]{1}-\"",
"test-2": "npx hardhat test --network localhost --grep \"2-[0-9]{1}-\"",
"test-3": "npx hardhat test --network localhost --grep \"3-[0-9]{1}-\"",
"test-0-0": "npx hardhat test --network localhost --grep \"0-0-\"",
"test-0-0-00": "npx hardhat test --network localhost --grep \"0-0-00\"",
"test-0-0-01": "npx hardhat test --network localhost --grep \"0-0-01\"",
"test-0-0-02": "npx hardhat test --network localhost --grep \"0-0-02\"",
"test-0-0-03": "npx hardhat test --network localhost --grep \"0-0-03\"",
"test-0-0-04": "npx hardhat test --network localhost --grep \"0-0-04\"",
"test-0-0-05": "npx hardhat test --network localhost --grep \"0-0-05\"",
"test-0-0-06": "npx hardhat test --network localhost --grep \"0-0-06\"",
"test-0-0-07": "npx hardhat test --network localhost --grep \"0-0-07\"",
"test-0-0-08": "npx hardhat test --network localhost --grep \"0-0-08\"",
"test-0-0-99": "npx hardhat test --network localhost --grep \"0-0-99\"",
"test-1-0": "npx hardhat test --network localhost --grep \"1-0-\"",
"test-1-1": "npx hardhat test --network localhost --grep \"1-1-\"",
"test-1-2": "npx hardhat test --network localhost --grep \"1-2-\"",
"test-1-3": "npx hardhat test --network localhost --grep \"1-3-\"",
"test-1-4": "npx hardhat test --network localhost --grep \"1-4-\"",
"test-1-0-00": "npx hardhat test --network localhost --grep \"1-0-00\"",
"test-1-0-99": "npx hardhat test --network localhost --grep \"1-0-99\"",
"test-1-1-00": "npx hardhat test --network localhost --grep \"1-1-00\"",
"test-1-1-99": "npx hardhat test --network localhost --grep \"1-1-99\"",
"test-1-2-00": "npx hardhat test --network localhost --grep \"1-2-00\"",
"test-1-2-01": "npx hardhat test --network localhost --grep \"1-2-01\"",
"test-1-2-02": "npx hardhat test --network localhost --grep \"1-2-02\"",
"test-1-2-03": "npx hardhat test --network localhost --grep \"1-2-03\"",
"test-1-2-99": "npx hardhat test --network localhost --grep \"1-2-99\"",
"test-1-3-00": "npx hardhat test --network localhost --grep \"1-3-00\"",
"test-1-3-01": "npx hardhat test --network localhost --grep \"1-3-01\"",
"test-1-3-02": "npx hardhat test --network localhost --grep \"1-3-02\"",
"test-1-3-99": "npx hardhat test --network localhost --grep \"1-3-99\"",
"test-1-4-00": "npx hardhat test --network localhost --grep \"1-4-00\"",
"test-1-4-01": "npx hardhat test --network localhost --grep \"1-4-01\"",
"test-1-4-02": "npx hardhat test --network localhost --grep \"1-4-02\"",
"test-1-4-99": "npx hardhat test --network localhost --grep \"1-4-99\"",
"test-2-0": "npx hardhat test --network localhost --grep \"2-0-\"",
"test-2-0-00": "npx hardhat test --network localhost --grep \"2-0-00\"",
"test-2-0-01": "npx hardhat test --network localhost --grep \"2-0-01\"",
"test-2-0-02": "npx hardhat test --network localhost --grep \"2-0-02\"",
"test-2-0-99": "npx hardhat test --network localhost --grep \"2-0-99\"",
"test-2-1": "npx hardhat test --network localhost --grep \"2-1-\"",
"test-2-1-00": "npx hardhat test --network localhost --grep \"2-1-00\"",
"test-2-1-01": "npx hardhat test --network localhost --grep \"2-1-01\"",
"test-2-1-02": "npx hardhat test --network localhost --grep \"2-1-02\"",
"test-2-1-99": "npx hardhat test --network localhost --grep \"2-1-99\"",
"test-0-3": "npx hardhat test --network localhost --grep \"0-3-\"",
"test-0-3-00": "npx hardhat test --network localhost --grep \"0-3-00\"",
"test-0-3-99": "npx hardhat test --network localhost --grep \"0-3-99\""
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/chai": "^4.3.5",
"@types/node": "^20.1.3",
"ethers": "5.7.2",
"fs": "^0.0.1-security",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.11.28",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"dotenv": "^16.0.3"
}
}