-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.54 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.54 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"private": true,
"workspaces": {
"packages": [
"internals/ci",
"internals/github",
"e2e_tests",
"key_share_node/pg_interface",
"key_share_node/server",
"key_share_node/ksn_interface",
"sdk/oko_cosmos_kit",
"sdk/oko_interchain_kit",
"sdk/oko_sdk_core",
"sdk/oko_sdk_cosmos",
"sdk/oko_sdk_eth",
"sdk/oko_sdk_svm",
"examples/interchainkit_nextjs",
"examples/cosmos_nextjs",
"examples/cosmoskit_nextjs",
"examples/evm_nextjs",
"examples/evm_wagmi_nextjs",
"examples/multi_ecosystem_react",
"sandbox/sandbox_simple_host",
"sandbox/sandbox_evm",
"sandbox/sandbox_cosmos_kit",
"sandbox/sandbox_interchain_kit",
"sandbox/sandbox_react_native",
"crypto/bytes",
"crypto/tecdsa/tecdsa_interface",
"crypto/crypto_js",
"backend/oko_api_error_codes",
"backend/oko_api/server",
"backend/oko_api_server_state",
"backend/ct_dashboard_api",
"backend/oko_pg_interface",
"backend/admin_api",
"backend/openapi",
"backend/user_dashboard_api",
"embed/oko_attached",
"ui/oko_common_ui",
"apps/demo_web",
"apps/oko_admin_web",
"apps/customer_dashboard",
"apps/docs_web",
"apps/email_template_2",
"apps/user_dashboard",
"common/oko_types",
"lib/stdlib_js",
"lib/dotenv",
"lib/aws",
"lib/postgres_lib",
"crypto/tecdsa/server_example",
"crypto/tecdsa/cait_sith_keplr_addon",
"crypto/tecdsa/cait_sith_keplr_express",
"crypto/tecdsa/cait_sith_keplr_hooks",
"crypto/tecdsa/cait_sith_keplr_wasm",
"crypto/tecdsa/client_example",
"crypto/tecdsa/api_lib",
"crypto/teddsa/teddsa_interface_mock",
"crypto/teddsa/teddsa_wasm_mock",
"crypto/teddsa/teddsa_hooks_mock",
"crypto/teddsa/teddsa_keplr_addon_mock",
"crypto/teddsa/teddsa_interface",
"crypto/teddsa/teddsa_hooks",
"crypto/teddsa/teddsa_addon",
"crypto/teddsa/teddsa_interface",
"crypto/teddsa/api_lib",
"crypto/teddsa/frost_ed25519_keplr_wasm",
"sandbox/sandbox_rialo",
"sandbox/sandbox_sol"
]
},
"packageManager": "yarn@4.10.3",
"engines": {
"node": ">=22"
},
"scripts": {
"ci": "yarn --cwd ./internals/ci run start"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@types/node": "^24.10.1",
"lerna": "^9.0.5",
"prettier": "^3.6.2",
"syncpack": "^14.0.0-alpha.32",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}