-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 2.04 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
{
"name": "vc-di-eddsa-test-suite",
"version": "2.0.0",
"description": "Test suite for the EdDSA Data Integrity cryptosuites.",
"main": "/tests",
"type": "module",
"directories": {
"tests": "tests"
},
"scripts": {
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/config/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/config/respec.json\",suiteLog='./suite.log',templateData=\"$PWD/reports/index.json\",title=\"Data Integrity eddsa 2022 Interoperability Report 1.0\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"author": {
"name": "W3C, Inc.",
"email": "[email protected]",
"url": "https://www.w3.org/groups/wg/vc/"
},
"contributors": [
{
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "https://digitalbazaar.com/"
}
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@digitalbazaar/credentials-context": "^3.1.0",
"@digitalbazaar/data-integrity": "^2.0.0",
"@digitalbazaar/data-integrity-context": "^2.0.0",
"@digitalbazaar/did-method-key": "^5.1.0",
"@digitalbazaar/ed25519-multikey": "^1.0.1",
"@digitalbazaar/eddsa-rdfc-2022-cryptosuite": "^1.0.1",
"@digitalbazaar/http-client": "^4.0.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.6.0",
"@digitalbazaar/multikey-context": "^1.0.0",
"@digitalbazaar/vc": "^7.0.0",
"@digitalcredentials/did-context": "^1.0.0",
"bnid": "^3.0.0",
"canonicalize": "^2.0.0",
"chai": "^4.3.6",
"data-integrity-test-suite-assertion": "github:w3c-ccg/data-integrity-test-suite-assertion",
"jsonld-document-loader": "^2.0.0",
"mocha": "^10.0.0",
"uuid": "^9.0.0",
"varint": "^6.0.0",
"vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-unicorn": "^48.0.1"
},
"license": "BSD-3-Clause"
}