-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.38 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
{
"name": "rl-blockcerts-poc",
"version": "1.0.0",
"description": "PoC Status List 2021 with Blockcerts",
"main": "index.js",
"dependencies": {
"@blockcerts/cert-verifier-js": "^6.13.0",
"@blockcerts/ecdsa-secp256k1-signature-2019": "^0.1.6",
"@blockcerts/ecdsa-secp256k1-verification-key-2019": "^0.1.6",
"@digitalbazaar/did-method-key": "^5.2.0",
"@digitalbazaar/ed25519-signature-2020": "^5.2.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.1.0",
"@digitalbazaar/security-document-loader": "^2.0.0",
"@digitalbazaar/vc-revocation-list": "^6.0.0",
"@transmute/did-key-secp256k1": "^0.3.0-unstable.8",
"jsonld-signatures": "^11.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"tslib": "^2.5.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
},
"scripts": {
"generate": "tsx src/createVCRevocationList.ts",
"revoke": "tsx src/revokeCredential.ts",
"suspend": "tsx src/suspendCredential.ts",
"verify": "tsx src/verifyCredential.ts",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockchain-certificates/rl-blockcerts-poc.git"
},
"author": "Julien Fraichot",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockchain-certificates/rl-blockcerts-poc/issues"
},
"homepage": "https://github.com/blockchain-certificates/rl-blockcerts-poc#readme"
}