-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.83 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
{
"name": "wallets",
"private": true,
"scripts": {
"postinstall": "pnpm deps:check",
"build": "pnpm -r build",
"upgrade:tamagui": "pnpm up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "pnpm up '*tamagui*'@canary '@tamagui/*'@canary",
"deps:check": "check-dependency-version-consistency .",
"deps:fix": "pnpm deps:check --fix",
"types:check": "tsc --noEmit",
"style:check": "biome check --unsafe",
"style:fix": "biome check --write --unsafe"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"check-dependency-version-consistency": "^3.0.3",
"typescript": "catalog:"
},
"pnpm": {
"overrides": {
"@unimodules/react-native-adapter": "catalog:",
"@unimodules/core": "catalog:",
"react-docgen-typescript": "catalog:",
"@sphereon/did-auth-siop": "catalog:",
"@sphereon/jarm": "catalog:",
"@sphereon/oid4vc-common": "catalog:",
"@animo-id/oid4vci": "catalog:",
"@animo-id/oauth2": "catalog:",
"@animo-id/oauth2-utils": "catalog:",
"dcql": "catalog:",
"@credo-ts/anoncreds": "catalog:",
"@credo-ts/askar": "catalog:",
"@credo-ts/node": "catalog:",
"@credo-ts/cheqd": "catalog:",
"@credo-ts/core": "catalog:",
"@credo-ts/indy-vdr": "catalog:",
"@credo-ts/openid4vc": "catalog:",
"@credo-ts/question-answer": "catalog:",
"@credo-ts/react-native": "catalog:",
"@sphereon/pex-models": "catalog:",
"@openid-federation/core": "catalog:"
},
"patchedDependencies": {
"@hyperledger/[email protected]": "patches/@[email protected]",
"@credo-ts/[email protected]": "patches/@[email protected]",
"@sphereon/kmp-mdl-mdoc": "patches/@sphereon__kmp-mdl-mdoc.patch"
}
},
"packageManager": "[email protected]+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271"
}