-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
57 lines (57 loc) · 1.82 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
{
"name": "root",
"private": true,
"author": "Nick Barry",
"license": "MIT",
"scripts": {
"lerna-publish": "yarn build && lerna publish && lerna run tsc-clean",
"build": "hardhat compile && lerna run tsc",
"prepare": "husky",
"prettier": "prettier --write --plugin=prettier-plugin-solidity --plugin=@trivago/prettier-plugin-sort-imports .",
"upgrade-dependencies": "yarn-up -u -e '@solidstate/library,@solidstate/spec,@solidstate/typechain-types,chai'"
},
"workspaces": [
"abi",
"contracts",
"lib",
"spec"
],
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@solidstate/hardhat-4byte-uploader": "^1.2.2",
"@solidstate/library": "link:lib",
"@solidstate/spec": "link:spec",
"@solidstate/typechain-types": "link:typechain-types",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.7",
"chai": "^4.4.1",
"ethers": "^6.13.1",
"hardhat": "^2.22.5",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.0",
"hardhat-linearization": "^0.1.1",
"hardhat-spdx-license-identifier": "^2.3.1",
"husky": "^9.0.11",
"keccak256": "^1.0.6",
"lerna": "^8.1.3",
"lint-staged": "^15.2.7",
"merkletreejs": "^0.3.11",
"prettier": "^3.3.2",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.2",
"yarn-up": "^1.4.1"
},
"resolutions": {
"@ethereum-waffle/mock-contract/ethers": "^5.7.2"
}
}