forked from animo/openid4vc-playground
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 1.08 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
{
"name": "openid4vc-playground",
"scripts": {
"lint:check": "biome check .",
"lint:fix": "biome check --write --unsafe ."
},
"devDependencies": {
"@biomejs/biome": "^1.8.3"
},
"pnpm": {
"overrides": {
"@sphereon/did-auth-siop": "https://gitpkg.vercel.app/animo/OID4VC/packages/siop-oid4vp?funke",
"@sphereon/jarm": "https://gitpkg.vercel.app/animo/OID4VC/packages/jarm?funke",
"@sphereon/oid4vc-common": "https://gitpkg.vercel.app/animo/OID4VC/packages/common?funke",
"@credo-ts/askar": "npm:@animo-id/[email protected]",
"@credo-ts/core": "npm:@animo-id/[email protected]",
"@credo-ts/node": "npm:@animo-id/[email protected]",
"@credo-ts/openid4vc": "npm:@animo-id/[email protected]",
"dcql": "0.2.17",
"@sphereon/pex-models": "2.3.2"
}
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}