-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.11 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
{
"name": "auto-refresh-2021-test-suite",
"version": "1.0.0",
"description": "Test Suite for conformance to the AutoRefresh2021 specification.",
"main": "index.js",
"scripts": {
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",suiteLog='./suite.log',templateData=\"$PWD/reports/index.json\",title=\"AutoRefresh2021 Conformance Report\",abstract=\"$PWD/abstract.hbs\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"keywords": [
"W3C",
"CCG",
"Vcs",
"Refresh",
"AutoRefresh2021"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"dependencies": {
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.5.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"vc-api-test-suite-implementations": "github:w3c-ccg/vc-api-test-suite-implementations"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-digitalbazaar": "^3.0.0",
"eslint-plugin-jsdoc": "^39.3.1"
}
}