-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 KB
/
package.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
{
"name": "growr-vc-issuer",
"version": "0.0.1",
"description": "growr vc issuer for POC 2",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/growr-xyz/growr-on-chain-backend.git"
},
"keywords": [
"blockchain",
"DID",
"verifiable-credential"
],
"author": "growr.xyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/growr-xyz/vc-issuer/issues"
},
"homepage": "https://github.com/growr-xyz/vc-issuer/blob/main/README.md",
"dependencies": {
"@growr/vc-json-schemas": "file:./vc-json-schemas",
"@growr/vc-json-schemas-parser": "file:./vc-json-schemas-parser",
"@rsksmart/rif-id-ethr-did": "^0.1.0",
"age-calculator": "^1.0.0",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"crypto-js": "^4.1.1",
"daf-selective-disclosure": "^6.0.0",
"did-jwt-vc": "^2.1.9",
"did-resolver": "^2.1.2",
"dotenv": "^10.0.0",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.5.1",
"ethr-did-resolver": "^3.0.3",
"express": "^4.17.1",
"graphql-yoga": "^1.18.3",
"jesse-did-jwt": "^4.6.2",
"mongoose": "^6.0.14"
}
}