-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"devDependencies": {
"detect-secrets": "^1.0.6"
},
"name": "guardian",
"packageManager": "yarn@1.22.21",
"private": true,
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1",
"@azure/msal-node": "2.9.0",
"image-size": "1.0.2"
},
"scripts": {
"detect-secrets": "detect-secrets-launcher --word-list exclude-secrets.txt k8s-manifests/**/* */src/**.ts **/.env*",
"publish-policies": "guardian-cli publish-policies \"Methodology Library\" -c \"configs/automatic-publish-policies.config.json\" -o \"published-policies.txt\""
},
"version": "3.5.0",
"workspaces": [
"interfaces",
"common",
"api-gateway",
"auth-service",
"guardian-service",
"logger-service",
"mrv-sender",
"topic-viewer",
"queue-service",
"tree-viewer",
"analytics-service",
"worker-service",
"policy-service",
"api-tests",
"ai-service",
"notification-service",
"topic-listener-service",
"indexer-interfaces",
"indexer-common",
"indexer-api-gateway",
"indexer-service",
"indexer-worker-service",
"contracts"
]
}