forked from hashgraph/guardian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 795 Bytes
/
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
{
"name": "guardian",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"interfaces",
"common",
"api-gateway",
"auth-service",
"guardian-service",
"logger-service",
"mrv-sender",
"topic-viewer",
"tree-viewer",
"analytics-service",
"worker-service",
"policy-service",
"api-tests",
"ai-service",
"notification-service"
],
"version": "2.22.0",
"devDependencies": {
"detect-secrets": "^1.0.6"
},
"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\""
}
}