-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 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
{
"name": "ionic-recovery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:node": "pnpm hardhat test node"
},
"keywords": [],
"author": "Rahul Sethuram",
"license": "ISC",
"packageManager": "pnpm@10.5.2",
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^3.0.0-next.0",
"@nomicfoundation/hardhat-ignition-viem": "^3.0.0-next.0",
"@nomicfoundation/hardhat-keystore": "^3.0.0-next.0",
"@nomicfoundation/hardhat-network-helpers": "^3.0.0-next.0",
"@nomicfoundation/hardhat-node-test-runner": "^3.0.0-next.0",
"@nomicfoundation/hardhat-viem": "^3.0.0-next.0",
"@types/node": "^22.13.9",
"forge-std": "github:foundry-rs/forge-std#v1.9.6",
"hardhat": "^3.0.0-next.0",
"typescript": "~5.8.2",
"viem": "^2.23.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@openzeppelin/contracts": "^5.2.0",
"@openzeppelin/contracts-upgradeable": "^5.2.0"
}
}