-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@wwwallet/ssi-sdk",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"files": [
"dist/"
],
"scripts": {
"build": "rimraf dist && npx tsc",
"test": "jest",
"docs": "typedoc src/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwwallet/ssi-sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wwwallet/ssi-sdk/issues"
},
"homepage": "https://github.com/wwwallet/ssi-sdk#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/randomstring": "^1.1.8",
"@types/winston": "^2.4.4",
"body-parser": "^1.20.1",
"jest": "^29.4.3",
"jest-cli": "^29.1.2",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typedoc": "^0.23.21",
"typescript": "^4.8.4"
},
"dependencies": {
"@cef-ebsi/ebsi-did-resolver": "^3.1.0",
"@cef-ebsi/key-did-resolver": "^1.0.0",
"@transmute/jose-ld": "^0.7.0-unstable.81",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"axios": "^0.27.2",
"base64url": "^3.0.1",
"did-resolver": "^4.1.0",
"joi": "^17.6.0",
"jose": "^5.1.3",
"jsonpath-plus": "^7.2.0",
"key-did-resolver": "^3.0.0",
"moment": "^2.29.3",
"multiformats": "^9.6.4",
"randomstring": "^1.2.3",
"redis": "^4.6.4",
"ts-results": "^3.3.0",
"tslib": "^2.5.3",
"uuid": "^8.3.2",
"zod": "3.19.1"
}
}