-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrush.json
42 lines (42 loc) · 1004 Bytes
/
rush.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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.23.5",
"pnpmVersion": "4.12.5",
"pnpmOptions": {
},
"nodeSupportedVersionRange": ">=10.13.0 <11.0.0 || >=12.0.0 <13.0.0",
"projectFolderMinDepth": 2,
"projectFolderMaxDepth": 2,
"gitPolicy": {
},
"repository": {
"url": "https://github.com/icy-design/graphql-reveal"
},
"eventHooks": {
"preRushInstall": [
],
"postRushInstall": [],
"preRushBuild": [],
"postRushBuild": []
},
"variants": [
],
"projects": [
{
"packageName": "@graphql-reveal/faker",
"projectFolder": "packages/faker"
},
{
"packageName": "@graphql-reveal/sequel",
"projectFolder": "packages/sequel"
},
{
"packageName": "fake-example",
"projectFolder": "apps/fake-example"
},
{
"packageName": "sequel-example",
"projectFolder": "apps/sequel-example"
}
]
}