-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsfdx-project.json
More file actions
36 lines (36 loc) · 959 Bytes
/
sfdx-project.json
File metadata and controls
36 lines (36 loc) · 959 Bytes
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
{
"packageDirectories": [
{
"versionName": "SOQL Lib 6.9.0",
"versionNumber": "6.9.0.NEXT",
"path": "package",
"default": true,
"package": "SOQL Lib",
"versionDescription": ""
},
{
"path": "examples",
"default": false
},
{
"path": "force-app",
"default": false
}
],
"name": "soql-lib",
"namespace": "btcdev",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "66.0",
"packageAliases": {
"SOQL Lib": "0HoP6000000010vKAA",
"SOQL [email protected]": "04tP60000023Vm5IAE",
"SOQL [email protected]": "04tP60000023VnhIAE",
"SOQL [email protected]": "04tP60000025mHNIAY",
"SOQL [email protected]": "04tP60000025mXVIAY",
"SOQL [email protected]": "04tP60000027H9RIAU",
"SOQL [email protected]": "04tP6000002CakvIAC",
"SOQL [email protected]": "04tP6000002N1LdIAK",
"SOQL [email protected]": "04tP6000002dHRFIA2",
"SOQL [email protected]": "04tP6000002nu1VIAQ"
}
}