-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 903 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 903 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
27
28
29
30
31
{
"name": "@redbellynetwork/receptor-verifier-contract-example",
"version": "1.0.0",
"description": "This repo inherits the package receptor-standardvc-sc and use VCVerifierBase abstract contract and implements it",
"main": "README.md",
"scripts": {
"compile": "hardhat compile"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redbellynetwork/receptor-verifier-contract-example.git"
},
"keywords": [
"receptor-verifier-contract-example"
],
"author": "",
"license": "ISC",
"homepage": "https://github.com/redbellynetwork/receptor-verifier-contract-example#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "5.0.0",
"hardhat": "2.22.3"
},
"dependencies": {
"@redbellynetwork/receptor-standardvc-sc": "^0.0.2",
"canonicalize": "^2.1.0",
"dotenv": "16.4.7"
}
}