-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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": "TODO",
"version": "0.0.0",
"private": true,
"description": "TODO",
"keywords": [
"hardhat",
"waffle",
"solidity",
"smart-contracts",
"ethereum",
"ether",
"eth",
"buidler",
"wow"
],
"license": "TODO",
"author": "TODO",
"type": "module",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "^3.0.2",
"@solidstate/contracts": "^1.0.0-next.2",
"@solidstate/hardhat-accounts": "^2.0.0",
"@solidstate/hardhat-contract-sizer": "^3.0.0",
"@solidstate/hardhat-license-identifier": "^3.0.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@tsconfig/node22": "^22.0.5",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.13",
"chai": "^6.2.2",
"dotenv": "^17.2.4",
"ethers": "^6.16.0",
"exec-staged": "^0.1.3",
"hardhat": "^3.1.7",
"husky": "^9.1.7",
"knip-exec-staged": "^5.63.1",
"prettier": "^3.8.1",
"prettier-plugin-packagejson": "^3.0.0",
"prettier-plugin-solidity": "^2.2.1",
"slippy": "^0.3.1",
"typechain": "^8.3.2",
"typescript": "^5.9.3"
}
}