-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@sphereon/ssi-sdk-ext.did-provider-key",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.27.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "sphereon dev extract-api"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.did-resolver-key": "workspace:*",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@transmute/did-key-bls12381": "0.3.0-unstable.10",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"debug": "^4.3.4",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0",
"multibase": "^4.0.6",
"multicodec": "^3.2.1",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.key-manager": "workspace:*",
"@sphereon/ssi-sdk-ext.kms-local": "workspace:*",
"@sphereon/ssi-sdk.dev": "0.30.2-feature.SDK.41.oidf.support.286",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:Sphereon-OpenSource/SSI-SDK-crypto-extensions.git",
"author": "Sphereon <[email protected]>",
"contributors": [],
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"did:key provider",
"DID",
"KEY",
"EBSI",
"BLS",
"BBS+",
"ed25519",
"secp256r1",
"secp256r1",
"RSA"
]
}