-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 9.63 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 9.63 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "console-repo-tooling",
"private": true,
"type": "module",
"engines": {
"node": ">=22.22.0"
},
"packageManager": "npm@11.13.0",
"scripts": {
"check:platform-contract-drift": "node --test scripts/check-platform-contract-drift.test.mjs && node scripts/check-platform-contract-drift.mjs",
"check:k8s:render": "tmpdir=\"${RUNNER_TEMP:-/tmp}/console-rendered-k8s\" && scripts/render-k8s-manifests.sh \"$tmpdir\"",
"check:k8s:networkpolicy": "scripts/check-networkpolicy-enforcement.sh",
"smoke:k8s:networkpolicy-deny": "scripts/smoke-networkpolicy-deny.sh",
"check:k8s": "npm run check:k8s:render && npm run check:k8s:networkpolicy",
"check:dispatch-map": "node scripts/check-dispatch-map.mjs",
"check:adrs": "node scripts/check-adrs.mjs",
"check:doc-citations": "node scripts/console/verify-doc-citations.mjs docs/ideas/ecosystem-plan-DRAFT.md && node scripts/console/verify-doc-citations.mjs docs/program/false-green-gate-holes.md",
"adrs:index": "node scripts/console/generate-adr-index.mjs",
"adrs:index:write": "node scripts/console/generate-adr-index.mjs --write",
"check:foundation-gates": "node scripts/check-foundation-gates.mjs",
"check:undeclared-imports": "node --test scripts/check-undeclared-imports.test.mjs && node scripts/check-undeclared-imports.mjs",
"check:request-body-contract": "node --test scripts/check-request-body-contract.test.mjs scripts/check-openapi-refs.test.mjs scripts/check-prototype-chain-lookups.test.mjs && node scripts/check-request-body-contract.mjs && node scripts/check-openapi-refs.mjs && node scripts/check-prototype-chain-lookups.mjs",
"check:prototype-chain-lookups": "node --test scripts/check-prototype-chain-lookups.test.mjs && node scripts/check-prototype-chain-lookups.mjs",
"check:ci-preflight": "node scripts/check-ci-preflight.mjs && node --test tools/ci/postgres-shard.test.mjs tools/ci/work-order-request-no-seed.test.mjs tools/ci/check-product-buck-residual.test.mjs tools/ci/check-nextest-config.test.mjs tools/ci/ingest-soft-reds.test.mjs scripts/local-admission.test.mjs tools/ci/assess-tip-contention.test.mjs tools/ci/check-mjs-dark-suites.test.mjs tools/ci/classify-ci-failure.test.mjs && node tools/ci/check-product-buck-residual.mjs && node tools/ci/check-nextest-config.mjs && node tools/ci/check-mjs-dark-suites.mjs --strict && node --test scripts/check-foundation-gates.test.mjs && node --test scripts/check-non-oci-mail-imessage-relay.test.mjs && node --test scripts/console/run-verification-queue.test.mjs",
"check:reasoning-lens-contract": "node scripts/check-reasoning-lens-contract.mjs",
"check:doc-links": "node scripts/check-doc-links.mjs",
"check:doc-manifest": "node scripts/console/generate-documentation-manifest.mjs --check",
"verify": "node scripts/verify.mjs fast",
"verify:db": "node scripts/verify.mjs db",
"verify:all": "node scripts/verify.mjs all",
"test:verify": "node --test scripts/verify.test.mjs",
"test:reasoning-lens-contract": "node --test scripts/check-reasoning-lens-contract.test.mjs",
"check:package-lock": "npm install --package-lock-only --ignore-scripts --no-audit --no-fund && git diff --exit-code -- package-lock.json",
"test:adrs": "node --test scripts/check-adrs.test.mjs",
"test:text-gate": "node --test scripts/lib/text-gate.test.mjs",
"test:executed-tests-baseline": "node --test scripts/lib/executed-tests-baseline.test.mjs scripts/dev/mjs-test-reachability.test.mjs",
"test:employee-import-contract": "node --test scripts/check-employee-import-replay-contract.test.mjs",
"test:ontology-write-precondition": "node --test scripts/check-ontology-write-precondition.test.mjs",
"check:pr473-migration-operational": "python3 scripts/check-pr473-migration-operational.py",
"test:pr473-migration-operational": "python3 scripts/check-pr473-migration-operational.test.py",
"test:production-hardening": "npm run test:pr473-migration-operational && python3 scripts/check-production-promotion-authority.test.py && node --test scripts/check-production-authority-blocked.test.mjs scripts/check-production-hardening.test.mjs",
"dev:doctor": "node scripts/dev-up.mjs doctor",
"dev:up": "node scripts/dev-up.mjs up",
"dev:bootstrap": "node scripts/dev-up.mjs bootstrap",
"dev:down": "node scripts/dev-up.mjs down",
"check:payroll": "node scripts/check-payroll-domain.mjs",
"check:erp": "node scripts/check-erp-domain.mjs",
"check:comms-webmail": "node scripts/check-comms-webmail.mjs",
"check:registry-equipment-rest": "node scripts/check-registry-equipment-rest.mjs",
"check:production-hardening": "node scripts/check-production-hardening.mjs",
"check:production-authority-blocked": "node scripts/check-production-authority-blocked.mjs",
"check:people-hr-maturity": "node scripts/check-people-hr-maturity.mjs",
"check:payroll-release-gate": "node scripts/check-payroll-release-gate.mjs",
"check:g004-identity-foundation": "node scripts/check-g004-identity-foundation.mjs",
"check:g005-workflow-lifecycle": "node scripts/check-g005-workflow-lifecycle.mjs",
"check:g006-asset-dispatch-lifecycle": "node scripts/check-g006-asset-dispatch-lifecycle.mjs",
"check:g007-collaboration-mobile-lifecycle": "node scripts/check-g007-collaboration-mobile-lifecycle.mjs",
"check:g008-payroll-readiness": "node scripts/check-g008-payroll-readiness.mjs",
"check:workflow-runtime-spine": "node scripts/check-workflow-runtime-spine.mjs",
"check:workflow-runtime-m2-strangler": "node scripts/check-workflow-runtime-m2-strangler.mjs",
"check:workflow-runtime-m2-cedar-guards": "node scripts/check-workflow-runtime-m2-cedar-guards.mjs",
"check:workflow-runtime-m2-runtime": "node scripts/check-workflow-runtime-m2-runtime.mjs",
"check:workflow-runtime-m2-drainer": "node scripts/check-workflow-runtime-m2-drainer.mjs",
"check:mailbox-core": "node scripts/check-mailbox-core.mjs",
"check:korean-institutional-connectivity": "node scripts/check-korean-institutional-connectivity.mjs",
"kic:scrape-public-docs": "node scripts/korean-connectivity/public-doc-scraper.mjs",
"kic:generate-nhis-loss-report-fixture": "node scripts/korean-connectivity/nhis-edi-loss-report.mjs",
"kic:local-cert-login-fixture": "node scripts/korean-connectivity/local-certificate-agent.mjs",
"check:console-truth-ledger": "node scripts/console/validate-console-truth-ledger.mjs",
"check:lane-receipt": "node scripts/console/validate-lane-receipt.mjs --dir .cursor/receipts",
"test:lane-receipt": "node --test scripts/console/validate-lane-receipt.test.mjs",
"test:console-authority-bootstrap": "node --test scripts/console/verify-console-pr-authority-bootstrap.test.mjs scripts/console/release-please-bot-candidate.test.mjs",
"check:node-audit-exceptions": "node scripts/check-node-audit-exceptions.mjs",
"test:node-audit-exceptions": "node --test scripts/check-node-audit-exceptions.test.mjs",
"check:trivy-dev-codegen-exceptions": "node scripts/generate-trivy-dev-codegen-exceptions.mjs --check",
"test:trivy-dev-codegen-exceptions": "node --test scripts/generate-trivy-dev-codegen-exceptions.test.mjs",
"check:executed-tests": "node --test scripts/check-executed-tests.test.mjs && node scripts/check-executed-tests.mjs",
"check:test-credentials": "node --test scripts/check-test-credentials.test.mjs && node scripts/check-test-credentials.mjs",
"check:gate-input-provenance": "node scripts/check-gate-input-provenance.mjs",
"test:gate-input-provenance": "node --test scripts/check-gate-input-provenance.test.mjs",
"check:js-test-reachability": "node scripts/check-js-test-reachability.mjs",
"test:js-test-reachability": "node --test scripts/check-js-test-reachability.test.mjs",
"check:postgres-cargo-map": "node tools/ci/check-postgres-cargo-map.mjs",
"check:product-buck-residual": "node tools/ci/check-product-buck-residual.mjs",
"check:nextest-config": "node tools/ci/check-nextest-config.mjs",
"check:soft-red-board": "node tools/ci/ingest-soft-reds.mjs --check",
"queue:soft-reds": "node tools/ci/ingest-soft-reds.mjs",
"console:goal": "python3 .grok/bin/console-goal",
"console:learn": "python3 .grok/bin/console-learn",
"assess:tip-contention": "node tools/ci/assess-tip-contention.mjs",
"check:tip-contention": "node tools/ci/assess-tip-contention.mjs --check",
"check:tip-contention:gate": "node tools/ci/assess-tip-contention.mjs --check",
"check:mjs-dark-suites": "node tools/ci/check-mjs-dark-suites.mjs",
"check:mjs-dark-suites:tools-ci": "node tools/ci/check-mjs-dark-suites.mjs --check",
"admit": "node scripts/local-admission.mjs",
"admit:json": "node scripts/local-admission.mjs --json",
"admit:dry": "node scripts/local-admission.mjs --dry-run",
"classify:ci-failure": "node tools/ci/classify-ci-failure.mjs",
"test:local-admission": "node --test scripts/local-admission.test.mjs",
"test:ci-tools": "node --test tools/ci/assess-tip-contention.test.mjs tools/ci/check-mjs-dark-suites.test.mjs tools/ci/ingest-soft-reds.test.mjs tools/ci/classify-ci-failure.test.mjs",
"check:non-oci-mail-imessage-relay": "node scripts/check-non-oci-mail-imessage-relay.mjs --dry-run",
"check:mjs-dark-suites:strict": "node tools/ci/check-mjs-dark-suites.mjs --strict",
"test:foundation-gates": "node --test scripts/check-foundation-gates.test.mjs",
"test:non-oci-mail-imessage-relay": "node --test scripts/check-non-oci-mail-imessage-relay.test.mjs",
"test:verification-queue": "node --test scripts/console/run-verification-queue.test.mjs"
},
"devDependencies": {
"js-yaml": "4.3.1"
},
"overrides": {
"js-yaml@4.x": "4.3.1",
"shell-quote": "1.10.0",
"brace-expansion": "5.0.8"
}
}