-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (53 loc) · 1.07 KB
/
package.json
File metadata and controls
66 lines (53 loc) · 1.07 KB
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
{
"name": "@meproto/protos",
"version": "0.0.9",
"description": "Protocol buffer definitions for the did:me decentralized identity method.",
"license": "Apache-2.0",
"type": "module",
"files": [
"gen/es/**/*"
],
"main": "gen/es/index.js",
"types": "gen/es/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/meproto/protos.git"
},
"homepage": "https://github.com/meproto/protos#readme",
"bugs": {
"url": "https://github.com/meproto/protos/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"did",
"did:me",
"didme",
"decentralized-identity",
"digital-identity",
"identity-wallet",
"verifiable-credentials",
"vc",
"ssi",
"self-sovereign-identity",
"eu-digital-identity",
"eidas",
"eidas2",
"eidas-wallet",
"protobuf",
"protos",
"protocol",
"cbor",
"dag-cbor",
"cid",
"ipld",
"post-quantum",
"ml-dsa",
"ml-dsa-87",
"ml-kem"
],
"dependencies": {
"@bufbuild/protobuf": "^2.10.1"
}
}