-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
55 lines (55 loc) · 2.04 KB
/
package-lock.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "contract",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@imtbl/imx-contracts": "^1.0.0"
}
},
"node_modules/@imtbl/imx-contracts": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@imtbl/imx-contracts/-/imx-contracts-1.0.0.tgz",
"integrity": "sha512-vn/oIKF5QZbZrFgc99a858GWl493Z7jwNhYsNr0OS0vo/UNEs+rS9Zp5Hxlma7oTH6Kup0D8WHTUFxFXCNvJ5Q==",
"dependencies": {
"@openzeppelin/contracts": "^4.1.0",
"dotenv": "^10.0.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=="
},
"node_modules/dotenv": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
"engines": {
"node": ">=10"
}
}
},
"dependencies": {
"@imtbl/imx-contracts": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@imtbl/imx-contracts/-/imx-contracts-1.0.0.tgz",
"integrity": "sha512-vn/oIKF5QZbZrFgc99a858GWl493Z7jwNhYsNr0OS0vo/UNEs+rS9Zp5Hxlma7oTH6Kup0D8WHTUFxFXCNvJ5Q==",
"requires": {
"@openzeppelin/contracts": "^4.1.0",
"dotenv": "^10.0.0"
}
},
"@openzeppelin/contracts": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz",
"integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw=="
},
"dotenv": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
}
}
}