-
Notifications
You must be signed in to change notification settings - Fork 0
/
rush.json
36 lines (36 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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.102.0",
"pnpmVersion": "8.9.0",
"repository": {
"url": "https://github.com/epicchainlabs/blockchain-services",
"defaultBranch": "main"
},
"projects": [
{
"packageName": "@epicchain/bs-electron",
"projectFolder": "packages/bs-electron",
"shouldPublish": true
},
{
"packageName": "@epicchain/bs-asteroid-sdk",
"projectFolder": "packages/bs-asteroid-sdk",
"shouldPublish": true
},
{
"packageName": "@epicchain/bs-react-native-decrypt",
"projectFolder": "packages/bs-react-native-decrypt",
"shouldPublish": true
},
{
"packageName": "@epicchain/bs-epicchain",
"projectFolder": "packages/bs-epicchain",
"shouldPublish": true
},
{
"packageName": "@epicchain/blockchain-service",
"projectFolder": "packages/blockchain-service",
"shouldPublish": true
}
]
}