-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1007 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
{
"dependencies": {
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@transmute/bbs-bls12381-signature-2020": "0.7.0-unstable.77",
"@transmute/credentials-context": "0.7.0-unstable.77",
"@transmute/did-context": "0.7.0-unstable.77",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.77",
"@transmute/json-web-signature": "0.7.0-unstable.77",
"@transmute/jsonld-schema": "0.7.0-unstable.77",
"@transmute/security-context": "0.7.0-unstable.77",
"@transmute/vc.js": "0.7.0-unstable.77"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.5.5"
},
"name": "vc-problem",
"version": "1.0.0",
"description": "vc signature problem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts"
},
"author": "",
"license": "ISC"
}