forked from lacchain/ssi-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
46
{
"name": "ssi-api",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"type": "module",
"scripts": {
"start": "node --experimental-json-modules --experimental-modules src/app.js",
"test": "./node_modules/mocha/bin/mocha --timeout 30000 --exit --ui bdd ./test/**"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fidm/x509": "^1.2.1",
"@lacchain/did": "^1.4.6",
"@lacchain/gas-model-provider": "^1.0.1",
"@lacchain/vc-contracts-utils": "^1.0.5",
"@mattrglobal/jsonld-signatures-bbs": "0.10.0",
"@mattrglobal/node-bbs-signatures": "0.12.0",
"@pdf-lib/fontkit": "^1.1.1",
"DIDComm-js": "git+https://github.com/decentralized-identity/DIDComm-js.git",
"axios": "^0.21.4",
"bcrypt-nodejs": "0.0.3",
"cors": "^2.8.5",
"country-list": "^2.2.0",
"did-jwt": "5.5.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.4",
"express": "^4.17.1",
"jsonld": "3.1.0",
"jsonld-signatures": "5.0.1",
"jws": "^4.0.0",
"libsodium-wrappers": "^0.7.10",
"moment": "^2.29.3",
"mongoose": "^6.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"pako": "^2.0.4",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.0",
"swagger-ui-express": "^4.4.0",
"uuidv4": "^6.2.13",
"winston": "^3.2.1"
}
}