-
Notifications
You must be signed in to change notification settings - Fork 1
/
sfdx-project.json
29 lines (29 loc) · 1002 Bytes
/
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
{
"packageDirectories": [
{
"path": "apex-query",
"versionName": "ver 2.0.0",
"versionNumber": "2.0.0.NEXT",
"default": true,
"package": "ApexQuery"
}
],
"name": "ApexQuery",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0",
"packageAliases": {
"ApexQuery": "0Ho2v000000PBG5CAO",
"[email protected]": "04t2v000007CfiRAAS",
"[email protected]": "04t2v000007CfibAAC",
"[email protected]": "04t2v000007Cfj0AAC",
"[email protected]": "04t2v000007Cg2pAAC",
"[email protected]": "04t2v000007Cg2zAAC",
"[email protected]": "04t2v000007Cg4CAAS",
"[email protected]": "04t2v000007Cg4MAAS",
"[email protected]": "04t2v000007Cg4RAAS",
"[email protected]": "04t2v000007OilzAAC",
"[email protected]": "04t2v000007Oim9AAC",
"[email protected]": "04t2v000007OimYAAS"
}
}