-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 5.9 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 5.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "nexus-gateway",
"version": "0.1.0",
"private": true,
"description": "Enterprise AI Traffic Gateway - compliance, routing, caching, and analytics",
"workspaces": [
"packages/*",
"packages/agent/ui/frontend",
"tools/db-migrate"
],
"scripts": {
"prepare": "node scripts/setup-git-hooks.mjs",
"db:push": "cd tools/db-migrate && npm run db:push",
"dev:control-plane-ui": "npm run dev --workspace=packages/control-plane-ui",
"dev": "npm run dev:control-plane-ui",
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"lint": "npm run lint --workspaces",
"check:i18n": "node scripts/check-i18n-parity.mjs",
"check:a11y-label-i18n": "node scripts/check-a11y-label-i18n.mjs",
"check:locale-sync": "node scripts/sync-locales.mjs --check",
"check:design-tokens": "node scripts/check-design-tokens.mjs",
"check:design-token-defined": "node scripts/check-design-token-defined.mjs",
"check:css-var-resolution": "node scripts/check-css-var-resolution.mjs",
"check:design-tokens:hints": "node scripts/check-design-tokens.mjs --fix-suggest",
"check:theme-completeness": "node scripts/check-theme-completeness.mjs",
"comment:scan": "node scripts/comment-scan.mjs",
"check:comment-paths": "node scripts/comment-scan.mjs --gate",
"check:bare-http-client": "bash scripts/check-bare-http-client.sh",
"check:dep-version-unity": "node scripts/check-dep-version-unity.mjs",
"check:adapter-type-lockstep": "node scripts/check-adapter-type-lockstep.mjs",
"check:brand-strings": "node scripts/check-brand-strings.mjs",
"check:effect-tokens": "node scripts/check-effect-tokens.mjs",
"check:tz": "bash scripts/check-timezone-correctness.sh",
"check:terminology": "bash scripts/check-terminology.sh",
"check:headers": "bash scripts/check-headers.sh",
"check:agent-cross-build": "bash scripts/check-agent-cross-build.sh",
"check:json-dupkeys": "node scripts/check-json-dupkeys.mjs",
"gen:model-catalog": "node tools/db-migrate/gen-model-catalog.mjs",
"check:model-catalog": "node tools/db-migrate/gen-model-catalog.mjs --check",
"check:migrator-lockfile": "node scripts/check-migrator-lockfile.mjs",
"gen:rulepacks": "tsx tools/db-migrate/seed/gen-rulepacks.ts",
"check:rulepacks": "tsx tools/db-migrate/seed/gen-rulepacks.ts -- --check",
"check:smoke-harness": "python3 scripts/check-smoke-harness.py",
"check:go-lint": "bash scripts/check-go-lint.sh",
"check:test-harness": "bash tests/lib/test-db-transport.sh && bash tests/lib/test-preflight-checks.sh && python3 -m unittest discover -s tests/scripts -p 'test_*.py'",
"check:quirk-coverage": "node scripts/check-quirk-coverage.mjs --self-test && node scripts/check-quirk-coverage.mjs",
"check:quirk-evidence": "node scripts/check-quirk-evidence.mjs --self-test && node scripts/check-quirk-evidence.mjs",
"check:arch-doc-triggers": "node scripts/check-arch-doc-triggers.mjs",
"check:prometheus-naming": "bash scripts/check-prometheus-naming.sh",
"check:e2e-matrix": "node scripts/check-e2e-matrix-refs.mjs",
"check:iam-routes": "node scripts/check-iam-route-coverage.mjs",
"check:iam-double-gate": "node scripts/check-iam-double-gate.mjs",
"check:vectorscan-selftest": "node scripts/check-vectorscan-selftest-list.mjs",
"check:ui-api-routes": "node scripts/check-ui-api-routes.mjs",
"check:doc-lockstep": "node scripts/check-doc-lockstep.mjs",
"check:doc-lockstep:staged": "node scripts/check-doc-lockstep.mjs --staged",
"check:openapi-semantics": "node scripts/check-openapi-semantics.mjs",
"check:openapi-semantics:staged": "node scripts/check-openapi-semantics.mjs --staged",
"check:useapi-querykey": "node scripts/check-useapi-querykey.mjs",
"check:useapi-querykey:strict": "node scripts/check-useapi-querykey.mjs --strict",
"check:no-redis-pubsub": "node scripts/check-no-redis-pubsub.mjs",
"check:no-redis-pubsub:strict": "node scripts/check-no-redis-pubsub.mjs --strict",
"check:ui-shared-boundary": "node scripts/check-ui-shared-boundary.mjs",
"check:media-single-shape": "node scripts/check-media-single-shape.mjs",
"check:ui-shared-boundary:strict": "node scripts/check-ui-shared-boundary.mjs --strict",
"check:sidebar-icon-mapping": "node scripts/check-sidebar-icon-mapping.mjs",
"check:sql-columns": "node scripts/check-sql-columns.mjs",
"check:sidebar-icon-mapping:strict": "node scripts/check-sidebar-icon-mapping.mjs --strict",
"check:workspace-replace": "node scripts/check-workspace-replace.mjs --selftest && node scripts/check-workspace-replace.mjs",
"check:jobs-catalogue": "bash scripts/check-jobs-catalogue.sh",
"check:no-prod-todos": "node scripts/check-no-prod-todos.mjs",
"check:no-prod-todos:strict": "node scripts/check-no-prod-todos.mjs --strict",
"check:comment-program-refs": "node scripts/check-comment-program-refs.mjs",
"check:comment-program-refs:strict": "node scripts/check-comment-program-refs.mjs --strict",
"check:no-yaml-secrets": "node scripts/check-no-yaml-secrets.mjs",
"check:no-yaml-secrets:strict": "node scripts/check-no-yaml-secrets.mjs --strict",
"check:dev-asset-urls": "node scripts/check-no-dev-asset-urls.mjs",
"check:coverage": "bash scripts/check-go-coverage.sh",
"check:keystore-seam": "bash scripts/check-keystore-seam.sh",
"check:coverage:core": "bash scripts/check-core-path-coverage.sh",
"check:coverage:strict": "bash scripts/check-go-coverage.sh --strict-allowlist",
"check:coverage:ui": "bash scripts/check-ui-coverage.sh",
"check:file-size": "bash scripts/check-file-size-ratchet.sh",
"check:file-size:staged": "bash scripts/check-file-size-ratchet.sh --staged",
"check:all": "node scripts/check-all.mjs"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"concurrently": "^10.0.4",
"jsdom": "^29.1.1"
},
"overrides": {
"@hono/node-server": "^1.19.13"
}
}