-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "lz",
"description": "",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:up": "docker-compose -f ./docker-compose.yml up",
"dev:down": "docker-compose -f ./docker-compose.yml down",
"test:up": "docker-compose -f ./docker-compose.test.yml up",
"test:down": "docker-compose -f ./docker-compose.test.yml down"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@types/chai-as-promised": "^7.1.8",
"chai-as-promised": "^7.1.1",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/node": "^18.11.18",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"ethers": "^6.9.0",
"glob": "^10.3.10",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.44",
"prettier": "^3.1.0",
"solidity-bytes-utils": "^0.8.0",
"ts-node": "^10.4.0",
"turbo": "^1.10.16",
"typescript": "^5.3.2"
}
}