forked from wormhole-foundation/wormhole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 814 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 814 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
{
"name": "wormhole",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@openzeppelin/contracts": "^4.4.0"
}
},
"node_modules/@openzeppelin/contracts": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz",
"integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==",
"dev": true
}
},
"dependencies": {
"@openzeppelin/contracts": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz",
"integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==",
"dev": true
}
}
}