-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "chapi-issuer-test-suite",
"version": "0.1.0",
"description": "Test Suite for checking issuer compatibility with the CHAPI Playground.",
"main": "index.js",
"directories": {
"test": "tests"
},
"type": "module",
"scripts": {
"test": "mocha tests/ --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/credential-handler/chapi-issuer-test-suite.git"
},
"keywords": [
"test",
"vc",
"api",
"chapi"
],
"author": {
"name": "Digital Bazaar, Inc",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/credential-handler/chapi-issuer-test-suite/issues"
},
"homepage": "https://github.com/credential-handler/chapi-issuer-test-suite#readme",
"license": "BSD-3-Clause",
"dependencies": {
"@digitalbazaar/did-method-key": "^3.0.0",
"@digitalbazaar/ed25519-signature-2020": "^5.0.0",
"@digitalbazaar/ezcap": "^3.0.1",
"@digitalbazaar/http-client": "^3.2.0",
"bnid": "^3.0.0",
"chai": "^4.3.6",
"klona": "^2.0.5",
"mocha": "^10.0.0",
"nanoid": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-digitalbazaar": "^4.0.1",
"eslint-plugin-jsdoc": "^39.3.3"
}
}