forked from chainapsis/oko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
49 lines (49 loc) · 1.33 KB
/
lerna.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"packages": [
"apps/customer_dashboard",
"apps/demo_web",
"apps/oko_admin_web",
"apps/email_template_2",
"apps/user_dashboard",
"backend/admin_api",
"backend/oko_api/server",
"backend/oko_api_error_codes",
"backend/oko_api_server_state",
"backend/oko_pg_interface",
"backend/ct_dashboard_api",
"backend/user_dashboard_api",
"common/oko_types",
"embed/oko_attached",
"examples/cosmos_nextjs",
"examples/cosmoskit_nextjs",
"examples/evm_nextjs",
"examples/evm_wagmi_nextjs",
"examples/multi_ecosystem_react",
"lib/aws",
"lib/stdlib_js",
"lib/dotenv",
"lib/postgres_lib",
"sdk/oko_cosmos_kit",
"sdk/oko_interchain_kit",
"sdk/oko_sdk_core",
"sdk/oko_sdk_cosmos",
"sdk/oko_sdk_eth",
"sdk/oko_sdk_svm",
"crypto/bytes",
"crypto/crypto_js",
"crypto/tecdsa/tecdsa_interface",
"crypto/tecdsa/cait_sith_keplr_hooks",
"crypto/tecdsa/cait_sith_keplr_addon",
"key_share_node/server",
"key_share_node/ksn_interface",
"key_share_node/pg_interface",
"sandbox/sandbox_simple_host",
"sandbox/sandbox_evm",
"sandbox/sandbox_cosmos_kit",
"sandbox/sandbox_interchain_kit",
"ui/oko_common_ui"
],
"npmClient": "yarn",
"version": "0.1.2-alpha.5",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}