-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.86 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
{
"name": "vc-bitstring-status-list-test-suite",
"version": "0.1.0",
"description": "Interoperability Tests for VC Bitstring Status List",
"main": "/tests",
"type": "module",
"scripts": {
"test": "mocha tests --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",suiteLog='./suite.log',templateData=\"$PWD/reports/index.json\",title=\"VC Bitstring Status List Interoperability Report 1.0\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/w3c/vc-bitstring-status-list-test-suite"
},
"keywords": [
"Test",
"SVIP",
"w3c",
"Conformance",
"Interoperability"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "https://digitalbazaar.com/"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@digitalbazaar/http-client": "^3.3.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.6.0",
"@digitalbazaar/vc-status-list": "^7.0.0",
"@digitalbazaar/vc-status-list-context": "^3.0.1",
"@digitalcredentials/did-context": "^1.0.0",
"chai": "^4.3.7",
"credentials-context": "^2.0.0",
"ed25519-signature-2020-context": "^1.1.0",
"jsonld-document-loader": "^2.0.0",
"klona": "^2.0.6",
"uuid": "^9.0.0",
"vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-unicorn": "^49.0.0",
"mocha": "^10.7.3"
},
"bugs": {
"url": "https://github.com/w3c/vc-bitstring-status-list-test-suite/issues"
},
"homepage": "https://github.com/w3c/vc-bitstring-status-list-test-suite#readme"
}