-
Notifications
You must be signed in to change notification settings - Fork 8
/
sfdx-project.json
executable file
·34 lines (34 loc) · 1.18 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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "pbconvert",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"dependencies": [
{
"package": "[email protected]"
},
{
"package": "[email protected]"
}
]
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "51.0",
"packageAliases": {
"pbconvert": "0Ho5G000000CaiISAS",
"[email protected]": "04tB0000000P0GVIA0",
"[email protected]": "04tB0000000P2ysIAC",
"[email protected]": "04t4W000002vyNZQAY",
"[email protected]": "04t4W000003088GQAQ",
"[email protected]": "04t4W0000034KebQAE",
"[email protected]": "04t5G0000047xDpQAI",
"[email protected]": "04t5G0000047xJOQAY",
"[email protected]": "04t5G000003rUc3QAE",
"[email protected]": "04t5G000003rUc8QAE"
}
}