-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 774 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 774 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
{
"name": "5568-backend",
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^3.0.9",
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.3",
"@nomicfoundation/hardhat-viem": "^3.0.4",
"@openzeppelin/contracts": "^5.0.2",
"@types/node": "^22.19.15",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.1.11",
"typescript": "~5.8.3",
"viem": "^2.47.0"
},
"scripts": {
"node": "hardhat node",
"play": "hardhat run --network hardhatMainnet",
"play:local": "hardhat run --network localhost",
"test": "hardhat test",
"test:nodejs": "hardhat test nodejs",
"test:fast": "hardhat test --no-compile"
}
}