-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrush.json
More file actions
56 lines (55 loc) · 1.61 KB
/
rush.json
File metadata and controls
56 lines (55 loc) · 1.61 KB
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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.114.1",
"pnpmVersion": "7.33.5",
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0",
"repository": {
"url": "https://github.com/Firefly-Services/firefly-services-sdk-js",
"defaultBranch": "main",
"defaultRemote": "origin"
},
"eventHooks": {
"preRushInstall": [],
"postRushInstall": [],
"preRushBuild": [],
"postRushBuild": [],
"preRushx": [],
"postRushx": []
},
"projectFolderMaxDepth": 3,
"projects": [
{
"packageName":"@adobe/firefly-services-sdk-core",
"projectFolder": "packages/core",
"reviewCategory": "production",
"shouldPublish": true
},
{
"packageName":"@adobe/firefly-services-common-apis",
"projectFolder": "packages/common",
"reviewCategory": "production",
"shouldPublish": true
},
{
"packageName": "@adobe/firefly-apis",
"projectFolder": "packages/firefly",
"reviewCategory": "production",
"tags": [ "firefly-sdk", "firefly", "enterprise" ],
"shouldPublish": true
},
{
"packageName": "@adobe/photoshop-apis",
"projectFolder": "packages/photoshop",
"reviewCategory": "production",
"tags": [ "photoshop-sdk", "photoshop", "enterprise" ],
"shouldPublish": true
},
{
"packageName": "@adobe/lightroom-apis",
"projectFolder": "packages/lightroom",
"reviewCategory": "production",
"tags": [ "lightroom-sdk", "lightroom", "enterprise" ],
"shouldPublish": true
}
]
}