-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "did-key-test-suite",
"version": "0.1.0",
"description": "did:key Method Interoperability Report",
"main": "index.js",
"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=\"did:key Method Interoperability Report 1.0\" --timeout 15000",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c-ccg/did-key-test-suite.git"
},
"keywords": [
"Test",
"W3C",
"VC",
"Reporter"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.5.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"vc-test-suite-implementations": "github:w3c-ccg/vc-test-suite-implementations"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-unicorn": "^49.0.0"
},
"bugs": {
"url": "https://github.com/w3c-ccg/did-key-test-suite/issues"
},
"homepage": "https://github.com/w3c-ccg/did-key-test-suite#readme"
}