forked from animo/openid4vc-playground
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 1 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
{
"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": "https://gitpkg.vercel.app/animo/aries-framework-javascript/packages/askar?funke",
"@credo-ts/core": "https://gitpkg.vercel.app/animo/aries-framework-javascript/packages/core?funke",
"@credo-ts/node": "https://gitpkg.vercel.app/animo/aries-framework-javascript/packages/node?funke",
"@credo-ts/openid4vc": "https://gitpkg.vercel.app/animo/aries-framework-javascript/packages/openid4vc?funke",
"dcql": "0.2.17",
"@sphereon/pex-models": "2.3.2"
}
}
}