-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.32.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sd-jwt/decode": "^0.7.2",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"debug": "^4.3.5",
"events": "^3.3.0",
"jwt-decode": "^4.0.0",
"uint8arrays": "3.1.1"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^20.17.1",
"@veramo/core": "4.2.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"ts-jest": "^27.1.5",
"typescript": "5.4.2"
},
"files": [
"dist/**/*",
"src/**/*",
"plugin.schema.json",
"README.md",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:Sphereon-OpenSource/ssi-sdk.git",
"author": "Sphereon <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"SSI",
"Common Credential Types",
"Credential Mapping",
"Verifiable Credentials",
"DIDs"
],
"nx": {}
}