generated from solidstate-network/hardhat-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "diamond-storage-preimage-attack",
"version": "0.0.0",
"private": true,
"author": "Nick Barry",
"license": "MIT",
"description": "Proof-of-concept of a diamond storage preimage attack",
"keywords": [
"hardhat",
"waffle",
"solidity",
"smart-contracts",
"ethereum",
"ether",
"eth",
"buidler",
"wow",
"diamond",
"proxy",
"preimage",
"keccak",
"keccak256"
],
"scripts": {
"prepare": "husky install",
"prettier": "prettier --write --plugin=prettier-plugin-solidity ."
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.1",
"chai": "^4.3.7",
"ethers": "^6.7.1",
"hardhat": "^2.17.1",
"hardhat-spdx-license-identifier": "^2.1.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier-plugin-solidity": "^1.1.3",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.1.6"
}
}