-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 1.12 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": "@transmute/lds-ecdsa-secp256k1-recovery2020",
"version": "0.0.7",
"description": "ES256K-R JSON-LD Signature Suite ",
"homepage": "https://identity.foundation/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/decentralized-identity/EcdsaSecp256k1RecoverySignature2020.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentralized-identity/EcdsaSecp256k1RecoverySignature2020/issues"
},
"dependencies": {
"@trust/keyto": "^1.0.1",
"base64url": "^3.0.1",
"bitcoin-ts": "^1.14.2",
"crypto-ld": "^6.0.0",
"ethereum-public-key-to-address": "^0.0.5",
"json-stringify-deterministic": "^1.0.1",
"jsonld": "^5.2.0",
"jsonld-signatures": "^9.3.1"
},
"devDependencies": {
"@digitalbazaar/vc": "^2.1.0",
"docdash": "^1.1.1",
"jest": "^27.4.5",
"jsdoc": "^3.6.3"
}
}