-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrush.evolution.json
More file actions
41 lines (41 loc) · 970 Bytes
/
rush.evolution.json
File metadata and controls
41 lines (41 loc) · 970 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
37
38
39
40
41
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.110.1",
"pnpmVersion": "6.7.1",
"nodeSupportedVersionRange": ">=20.0.0",
"projectFolderMaxDepth": 10,
"gitPolicy": {},
"ensureConsistentVersions": true,
"repository": {
"defaultBranch": "main"
},
"eventHooks": {
"preRushInstall": [],
"postRushInstall": [],
"preRushBuild": [],
"postRushBuild": []
},
"variants": [],
"projects": [
{
"packageName": "@arken/node",
"projectFolder": "node"
},
{
"packageName": "@arken/seer-protocol",
"projectFolder": "seer/protocol"
},
{
"packageName": "@arken/evolution-protocol",
"projectFolder": "evolution/protocol"
},
{
"packageName": "@arken/evolution-realm",
"projectFolder": "evolution/realm"
},
{
"packageName": "@arken/evolution-shard",
"projectFolder": "evolution/shard"
}
]
}