-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 869 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 869 Bytes
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
{
"name": "erc20-exp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^3.0.0",
"@nomicfoundation/hardhat-ethers": "^4.0.9",
"@nomicfoundation/hardhat-ignition": "^3.1.3",
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.4",
"@types/node": "^22.19.17",
"chai": "^6.2.2",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.4.2",
"typescript": "~5.8.0",
"viem": "^2.48.4"
},
"dependencies": {
"@openzeppelin/contracts": "^5.6.1",
"dotenv": "^17.4.2"
}
}