-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.22 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.22 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
{
"name": "ZakoBox-ZakoPako-Contracts",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"build": "hardhat build",
"deploy:sepolia": "hardhat run scripts/deploy-sepolia.ts --network sepolia",
"deploy:ignition:sepolia": "hardhat ignition deploy ignition/modules/ZakoBoxFactory.ts --network sepolia",
"example:create2:sepolia": "hardhat run scripts/example-create2-deployment.ts --network sepolia",
"console:sepolia": "hardhat console --network sepolia"
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^3.0.3",
"@nomicfoundation/hardhat-network-helpers": "^3.0.1",
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.0",
"@openzeppelin/contracts": "^5.4.0",
"@openzeppelin/contracts-upgradeable": "^5.4.0",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^22.18.12",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"chai": "^6.2.0",
"eslint": "^9.38.0",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.0.9",
"mocha": "^11.7.4",
"solhint": "^6.0.1",
"typescript": "~5.8.0",
"viem": "^2.38.4"
}
}