-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
41 lines (41 loc) · 1.04 KB
/
package.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
{
"name": "guardian",
"private": true,
"packageManager": "[email protected]",
"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",
"indexer-interfaces",
"indexer-common",
"indexer-api-gateway",
"indexer-service",
"indexer-worker-service"
],
"version": "3.0.0",
"devDependencies": {
"detect-secrets": "^1.0.6"
},
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1",
"image-size": "1.0.2",
"@azure/msal-node": "2.5.1"
},
"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\""
}
}