Skip to content

Commit b517a96

Browse files
committed
Update package.json metadata.
1 parent 04c12eb commit b517a96

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "vc-test-suite-implementations",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "W3C Credentials Community Group test suite implementations",
55
"homepage": "https://github.com/w3c-ccg/vc-test-suite-implementations",
66
"author": {
7+
"name": "W3C Verifiable Credentials Working Group",
8+
"email": "[email protected]",
9+
"url": "https://www.w3.org/groups/wg/vc/"
10+
},
11+
"contributors": [{
712
"name": "Digital Bazaar, Inc.",
813
"email": "[email protected]",
914
"url": "https://digitalbazaar.com/"
10-
},
15+
}],
1116
"type": "module",
1217
"main": "./lib/main.js",
1318
"repository": {
@@ -16,7 +21,7 @@
1621
},
1722
"bugs": {
1823
"url": "https://github.com/w3c-ccg/vc-test-suite-implementations/issues",
19-
"email": "[email protected]"
24+
"email": "[email protected]"
2025
},
2126
"license": "BSD-3-Clause",
2227
"files": [
@@ -61,8 +66,8 @@
6166
"node": ">=18"
6267
},
6368
"keywords": [
64-
"Decentralized",
65-
"Linked Data"
69+
"W3C",
70+
"Verifiable Credentials"
6671
],
6772
"scripts": {
6873
"test": "npm run test-node && npm run lint",

0 commit comments

Comments
 (0)