-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.21 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
{
"name": "@veramo-community/lds-ecdsa-secp256k1-recovery2020",
"version": "0.0.8",
"description": "ES256K-R JSON-LD Signature Suite forked from @transmute/lds-ecdsa-secp256k1-recovery2020",
"homepage": "https://uport-project.github.io/EcdsaSecp256k1RecoverySignature2020/",
"main": "./src/index.js",
"scripts": {
"test": "jest",
"regenerate-test-vectors": "REGENERATE_TEST_VECTORS=1 jest",
"coverage": "jest --coverage",
"docs": "jsdoc -c ./jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uport-project/EcdsaSecp256k1RecoverySignature2020.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/issues"
},
"dependencies": {
"@bitauth/libauth": "^1.19.1",
"@digitalcredentials/jsonld": "^5.2.1",
"@digitalcredentials/jsonld-signatures": "^9.3.1",
"@ethersproject/transactions": "^5.6.2",
"@trust/keyto": "^1.0.1",
"base64url": "^3.0.1",
"crypto-ld": "^7.0.0",
"json-stringify-deterministic": "^1.0.7"
},
"devDependencies": {
"@digitalcredentials/vc": "1.1.2",
"docdash": "1.1.1",
"jest": "27.4.5",
"jsdoc": "^3.6.10"
}
}