-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
33 lines (33 loc) · 1018 Bytes
/
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
{
"name": "NFTMarketHub",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"erc-payable-token": "^6.2.0"
}
},
"node_modules/.pnpm/@openzeppelin+contracts@5.0.2/node_modules/@openzeppelin/contracts": {
"version": "5.0.2",
"extraneous": true,
"license": "MIT"
},
"node_modules/.pnpm/erc-payable-token@6.0.0": {
"extraneous": true
},
"node_modules/@openzeppelin/contracts": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.0.2.tgz",
"integrity": "sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA=="
},
"node_modules/erc-payable-token": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/erc-payable-token/-/erc-payable-token-6.2.0.tgz",
"integrity": "sha512-CiqD69qduEWhNjXzaRHVbuFi+xyI8vF6XNOoNseHJZcBBgkbORXVVJejisz08GOwI1bG01LQxMYPXv/ecbuQPA==",
"dependencies": {
"@openzeppelin/contracts": "5.0.2"
}
}
}
}