-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
{
"name": "root",
"private": true,
"license": "MIT",
"author": "Nick Barry",
"scripts": {
"build": "pnpm clean && hardhat compile && lerna run build",
"clean": "hardhat clean && lerna run clean",
"lerna-publish": "pnpm build && lerna publish",
"prepare": "husky",
"test": "pnpm hardhat test"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"@nomicfoundation/hardhat-ethers": "^3.1.2",
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
"@solidstate/hardhat-4byte-uploader": "^1.2.3",
"@solidstate/library": "link:lib",
"@solidstate/spec": "link:spec",
"@solidstate/typechain-types": "link:typechain-types",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^5.2.3",
"@types/delete-empty": "^3.0.5",
"@types/ejs": "^3.1.5",
"@types/git-diff": "^2.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.1",
"chai": "^4.5.0",
"delete-empty": "^3.0.0",
"ejs": "^3.1.10",
"ethers": "^6.15.0",
"exec-staged": "^0.1.3",
"git-diff": "^2.0.6",
"hardhat": "^2.27.0",
"hardhat-abi-exporter": "^2.11.0",
"hardhat-contract-sizer": "^2.10.1",
"hardhat-exposed": "^0.3.19",
"hardhat-gas-reporter": "^2.3.0",
"hardhat-linearization": "^0.1.1",
"hardhat-spdx-license-identifier": "^2.3.1",
"husky": "^9.1.7",
"keccak256": "^1.0.6",
"knip-exec-staged": "^5.63.1",
"lerna": "^8.2.4",
"merkletreejs": "^0.5.2",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"prettier-plugin-solidity": "^2.2.0",
"slippy": "^0.3.0",
"solidity-coverage": "^0.8.16",
"surya": "^0.4.13",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.9.3"
}
}