-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
49 lines (49 loc) · 1.9 KB
/
workspace.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
43
44
45
46
47
48
49
{
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
"version": 2,
"projects": {
"alts-types": "libs/alts/types",
"alts-ws": "libs/alts/ws",
"census": "services/census",
"census-api": "libs/census/api",
"census-collections": "libs/census/collections",
"census-controllers": "libs/census/controllers",
"census-types": "libs/census/types",
"common-constants": "libs/common/constants",
"common-http": "libs/common/http",
"common-logging": "libs/common/logging",
"common-types-client": "libs/common/types/client",
"common-util": "libs/common/util",
"discord-client": "libs/discord/client",
"discord-command": "libs/discord/command",
"discord-constants": "libs/discord/constants",
"discord-controllers": "libs/discord/controllers",
"discord-logging": "libs/discord/logging",
"discord-types": "libs/discord/types",
"discord-util": "libs/discord/util",
"events-subscriptions": "libs/events/subscriptions",
"events-types": "libs/events/types",
"events-ws": "libs/events/ws",
"friends": "services/friends",
"friends-client": "libs/friends/client",
"friends-types": "libs/friends/types",
"github": "services/github",
"jaeger": "services/jaeger",
"nx-jest": "libs/nx/jest",
"nx-nest": "libs/nx/nest",
"nx-nest-app": "libs/nx/nest-app",
"nx-nest-domain-events": "libs/nx/nest-domain-events",
"nx-nest-microservice-rabbitmq": "libs/nx/nest-microservice-rabbitmq",
"peepo": "services/peepo",
"peepo-types": "libs/peepo/types",
"players": "services/players",
"players-client": "libs/players/client",
"players-types": "libs/players/types",
"population": "services/population",
"population-client": "libs/population/client",
"population-types": "libs/population/types",
"users": "services/users",
"users-client": "libs/users/client",
"users-types": "libs/users/types"
}
}