forked from bigcommerce/checkout-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
21 lines (21 loc) · 959 Bytes
/
workspace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 2,
"projects": {
"afterpay-integration": "packages/afterpay-integration",
"analytics": "packages/analytics",
"apple-pay-integration": "packages/apple-pay-integration",
"checkout-button-integration": "packages/checkout-button-integration",
"core": "packages/core",
"google-pay-integration": "packages/google-pay-integration",
"hosted-credit-card-integration": "packages/hosted-credit-card-integration",
"hosted-field-integration": "packages/hosted-field-integration",
"hosted-widget-integration": "packages/hosted-widget-integration",
"locale": "packages/locale",
"payment-integration-api": "packages/payment-integration-api",
"payment-integration-test-framework": "packages/payment-integration-test-framework",
"squarev2-integration": "packages/squarev2-integration",
"test-utils": "packages/test-utils",
"ui": "packages/ui",
"workspace-tools": "packages/workspace-tools"
}
}