-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "@transmute/lds-gpg2020",
"version": "1.0.0",
"description": "Linked Data Signatures for GPG",
"homepage": "https://gpg.jsld.org/",
"main": "./src/index.js",
"bin": {
"gpg2020": "./bin/bin.js"
},
"scripts": {
"gpg2020": "node ./bin/bin.js",
"test": "jest",
"coverage": "jest --coverage",
"docs": "jsdoc -c ./jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transmute-industries/lds-gpg2020.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/transmute-industries/lds-gpg2020/issues"
},
"dependencies": {
"@panva/jose": "^1.9.2",
"base64url": "^3.0.1",
"crypto-ld": "^3.7.0",
"did-method-key": "^0.2.0",
"jose": "^1.17.1",
"jsonld": "^1.8.1",
"jsonld-signatures": "^4.4.0",
"node-fetch": "^2.6.0",
"openpgp": "^4.9.0",
"shelljs": "^0.8.3",
"vorpal": "^1.12.0"
},
"devDependencies": {
"@trust/keyto": "^0.3.7",
"base-x": "^3.0.7",
"docdash": "^1.1.1",
"jest": "^24.9.0",
"jsdoc": "^3.6.3",
"node-forge": "^0.9.1",
"vc-js": "^0.3.0"
}
}