-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 2.25 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
{
"name": "vc-di-ed25519signature2020-test-suite",
"version": "2.0.0",
"description": "Test suite for the Ed25519Signature2020",
"main": "/tests",
"directories": {
"test": "tests"
},
"type": "module",
"dependencies": {
"@digitalbazaar/did-method-key": "^3.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.0.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.5.0",
"@digitalbazaar/vc": "^6.0.0",
"@digitalcredentials/did-context": "^1.0.0",
"base58-universal": "^2.0.0",
"bnid": "^3.0.0",
"canonicalize": "^1.0.8",
"chai": "^4.3.6",
"credentials-context": "^2.0.0",
"data-integrity-test-suite-assertion": "github:w3c-ccg/data-integrity-test-suite-assertion",
"ed25519-signature-2018-context": "^1.1.0",
"ed25519-signature-2020-context": "^1.1.0",
"jsonld": "^8.1.0",
"jsonld-document-loader": "^1.2.1",
"jsonld-signatures": "^11.1.0",
"klona": "^2.0.5",
"mocha": "^10.0.0",
"require-dir": "^1.2.0",
"uuid": "^8.3.2",
"varint": "^6.0.0",
"vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-unicorn": "^50.0.1"
},
"scripts": {
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",templateData=\"$PWD/reports/index.json\",title=\"Ed25519Signature 2020 Interoperability Report 1.0\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/vc-di-ed25519signature2020-test-suite.git"
},
"keywords": [
"Test",
"SVIP",
"w3c",
"Conformance",
"Interoperability"
],
"author": {
"name": "W3C Verifiable Credentials Working Group",
"email": "[email protected]",
"url": "https://www.w3.org/groups/wg/vc/"
},
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/w3c/vc-di-ed25519signature2020-test-suite/issues"
},
"homepage": "https://github.com/w3c/vc-di-ed25519signature2020-test-suite#readme"
}