-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
29 lines (29 loc) · 992 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
{
"name": "tokenization",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tokenization",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.3.2"
},
"devDependencies": {}
},
"node_modules/@openzeppelin/contracts-upgradeable": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.3.2.tgz",
"integrity": "sha512-i/pOaOtcqDk4UqsrOv735uYyTbn6dvfiuVu5hstsgV6c4ZKUtu88/31zT2BzkCg+3JfcwOfgg2TtRKVKKZIGkQ=="
}
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.3.2.tgz",
"integrity": "sha512-i/pOaOtcqDk4UqsrOv735uYyTbn6dvfiuVu5hstsgV6c4ZKUtu88/31zT2BzkCg+3JfcwOfgg2TtRKVKKZIGkQ=="
}
}
}