-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
116 lines (116 loc) · 4.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "@sphereon/ssi-sdk.vc-handler-ld-local",
"version": "0.32.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"veramo": {
"pluginInterfaces": {
"ICredentialHandlerLDLocal": "./src/types/ICredentialHandlerLDLocal.ts"
}
},
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build",
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@digitalcredentials/ed25519-signature-2020": "~3.0.2",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
"@digitalcredentials/jsonld": "^6.0.0",
"@digitalcredentials/jsonld-signatures": "^9.4.0",
"@digitalcredentials/rdf-canonize": "^1.0.0",
"@digitalcredentials/vc": "^6.0.1",
"@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0",
"@noble/hashes": "1.6.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.27.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@transmute/credentials-context": "0.7.0-unstable.82",
"@transmute/ed25519-key-pair": "0.7.0-unstable.81",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.82",
"@transmute/jose-ld": "0.7.0-unstable.81",
"@transmute/json-web-signature": "0.7.0-unstable.81",
"@transmute/jsonld": "^0.0.4",
"@transmute/jsonld-document-loader": "0.7.0-unstable.82",
"@transmute/secp256k1-key-pair": "0.7.0-unstable.81",
"@transmute/security-context": "0.7.0-unstable.81",
"@transmute/vc-status-rl-2020": "0.7.0-unstable.81",
"@transmute/web-crypto-key-pair": "0.7.0-unstable.81",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "github:uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
"credentials-context": "^2.0.0",
"crypto-ld": "^6.0.0",
"debug": "^4.3.5",
"did-context": "^3.1.1",
"ed25519-signature-2018-context": "^1.1.0",
"ed25519-signature-2020-context": "^1.1.0",
"jsonld": "^4.0.1",
"jsonld-signatures": "^7.0.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.27.0",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.27.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.27.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
"@types/nock": "^11.1.0",
"@types/node": "^20.17.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@veramo/credential-ld": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"@veramo/data-store": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-provider-web": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@veramo/utils": "4.2.0",
"copyfiles": "^2.4.1",
"did-resolver": "^4.1.0",
"nock": "^13.5.4",
"ts-node": "^10.9.2",
"typescript": "5.4.2",
"uint8arrays": "^3.1.1",
"web-did-resolver": "^2.0.27"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"SSI",
"Veramo",
"W3C",
"Verifiable Credentials",
"Verifiable Presentations",
"JsonLd"
],
"peerDependencies": {
"react-native-securerandom": "^1.0.1"
},
"nx": {}
}