-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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": "@sphereon/ssi-sdk.qr-code-generator",
"version": "0.32.0",
"description": "QR Code provider (react)",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"veramo": {
"pluginInterfaces": {
"IQRCodeGenerator": "./src/types/IQRCodeGenerator.ts"
}
},
"scripts": {
"build": "tsc --build",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@veramo/core": "4.2.0",
"base64url": "^3.0.1",
"react": "^18.3.1",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@inrupt/jest-jsdom-polyfills": "^1.8.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@types/jest": "^27.5.2",
"@types/react": "^18.3.3",
"@types/uuid": "^9.0.8",
"global-jsdom": "^8.8.0",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jsdom": "^21.1.2",
"react-dom": "^18.3.1",
"ts-jest": "^27.1.5"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"SSI",
"React",
"WACI",
"OpenID",
"OpenID4VP",
"OpenID4VCI",
"QR Code"
],
"nx": {}
}