-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "openssi-websdk",
"version": "1.0.2-alpha",
"description": "A SDK for issuing and verifying digital credentials through a cloud agent",
"author": "Dale Avery <davery@us.ibm.com>",
"contributors": [
"Keith Smith <bksmith@us.ibm.com>",
"Aaron Reed <aaronr@us.ibm.com>",
"Bryce Curtis <bcurtis@us.ibm.com>",
"Van Staub <van_staub@us.ibm.com>"
],
"homepage": "https://github.com/IBM-Blockchain-Identity/openssi-websdk#readme",
"bugs": "https://github.com/IBM-Blockchain-Identity/openssi-websdk/issues",
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain-Identity/openssi-websdk.git"
},
"engines": {
"node": ">=10.*.*"
},
"license": "Apache-2.0",
"main": "sdk.js",
"scripts": {
"test": "nyc mocha --timeout 60000",
"remote-debug": "nyc mocha --inspect-brk=9230 --timeout 60000"
},
"dependencies": {
"async": "^3.2.3",
"node-fetch": "^3.2.0"
},
"devDependencies": {
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"eslint": "^8.8.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0"
}
}