-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
{
"name": "arc-contracts",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"compile": "make build-contract genesis",
"test": "make smoke",
"clean": "make clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"overrides": {
"bn.js@<4.12.3": "4.12.3",
"cookie": "0.7.0",
"flatted": "3.4.2",
"immutable": "4.3.8",
"lodash": "4.18.1",
"minimatch@3": {
"brace-expansion": "1.1.13"
},
"minimatch@5": {
"brace-expansion": "2.0.3"
},
"minimatch@9": {
"brace-expansion": "2.0.3"
},
"serialize-javascript": "7.0.5",
"tmp": "0.2.5",
"undici": "6.24.1"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@noble/ed25519": "^2.3.0",
"@noble/hashes": "^1.8.0",
"@nomicfoundation/hardhat-foundry": "^1.2.0",
"@nomicfoundation/hardhat-toolbox-viem": "^4.1.0",
"@nomicfoundation/hardhat-viem": "^2.1.0",
"c-kzg": "^2.1.2",
"eslint": "^9.32.0",
"eslint-plugin-chai-friendly": "^1.1.0",
"hardhat": "^2.26.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.39.0",
"viem": "^2.33.0",
"zod": "^3.25.76"
}
}