-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
35 lines (35 loc) · 897 Bytes
/
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
{
"name": "vc-test-suite",
"version": "0.3.0",
"description": "Verifiable Credentials Test Suite",
"dependencies": {
"@decentralized-identity/did-auth-jose": "^0.1.13"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.1.4"
},
"scripts": {
"report": "mocha --recursive test/vc-data-model-1.0/ -R json > implementations/report.json",
"summary": "cd implementations && node generate.js",
"test": "mocha --recursive test/vc-data-model-1.0/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/vc-test-suite.git"
},
"keywords": [
"verifiable",
"credentials",
"test",
"suite",
"w3c"
],
"author": "Manu Sporny",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3c/vc-test-suite/issues"
},
"homepage": "https://github.com/w3c/vc-test-suite#readme"
}