-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
76 lines (76 loc) · 2.68 KB
/
sfdx-project.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "Holidays_Mvdgroup",
"versionName": "Version 1",
"versionNumber": "1.0.0.NEXT",
"definitionFile": "config/project-scratch-def.json"
},
{
"path": "uruguay",
"default": false,
"package": "Holidays_Mvdgroup_Uy",
"versionName": "Uruguay 1",
"versionNumber": "1.0.0.NEXT",
"definitionFile": "config/project-scratch-def.json",
"dependencies": [
{
"package": "Holidays_Mvdgroup",
"subscriberPackageVersionId": "04t8c0000012e0yAAA"
}
]
},
{
"path": "argentina",
"default": false,
"package": "Holidays_Mvdgroup_Arg",
"versionName": "Argentina 1",
"versionNumber": "1.0.0.NEXT",
"definitionFile": "config/project-scratch-def.json",
"dependencies": [
{
"package": "Holidays_Mvdgroup",
"subscriberPackageVersionId": "04t8c0000012e0yAAA"
}
]
},
{
"path": "brasil",
"default": false,
"package": "Holidays_Mvdgroup_Br",
"versionName": "Brasil 1",
"versionNumber": "1.0.0.NEXT",
"definitionFile": "config/project-scratch-def.json",
"dependencies": [
{
"package": "Holidays_Mvdgroup",
"subscriberPackageVersionId": "04t8c0000012e0yAAA"
}
]
},
{
"path": "patterns",
"default": false
}
],
"namespace": "mvdcomgroup",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "53.0",
"packageAliases": {
"Holidays_Mvdgroup": "0Ho8c00000000T8CAI",
"Holidays_Mvdgroup_Uy": "0Ho8c00000000XpCAI",
"Holidays_Mvdgroup_Arg": "0Ho8c00000000Y4CAI",
"[email protected]": "04t8c0000012cjnAAA",
"[email protected]": "04t8c0000012cjsAAA",
"[email protected]": "04t8c0000012cjxAAA",
"[email protected]": "04t8c0000012e0yAAA",
"[email protected]": "04t8c0000012e13AAA",
"[email protected]": "04t8c0000012e5GAAQ",
"[email protected]": "04t8c0000012e5LAAQ",
"Holidays_Mvdgroup_Br": "0Ho8c00000000Y9CAI",
"[email protected]": "04t8c0000012e5QAAQ",
"[email protected]": "04t8c0000012e5VAAQ"
}
}