-
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) · 872 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
26 lines (26 loc) · 872 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": "VeiledBatch",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@fhenixprotocol/contracts": "^0.3.1"
}
},
"node_modules/@fhenixprotocol/contracts": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@fhenixprotocol/contracts/-/contracts-0.3.1.tgz",
"integrity": "sha512-zcxtmphGsInU+S9y5SPrrGO52ZCRDt8EpR/Jf47P5m5sGZVXyox8xPBYQs69V9NpGbORFYAewsGVWzqmvlzeAw==",
"dependencies": {
"@openzeppelin/contracts": "^5.0.0"
}
},
"node_modules/@openzeppelin/contracts": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.4.0.tgz",
"integrity": "sha512-eCYgWnLg6WO+X52I16TZt8uEjbtdkgLC0SUX/xnAksjjrQI4Xfn4iBRoI5j55dmlOhDv1Y7BoR3cU7e3WWhC6A==",
"license": "MIT"
}
}
}