-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
232 lines (232 loc) · 27.7 KB
/
Copy pathpackage.json
File metadata and controls
232 lines (232 loc) · 27.7 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "video-editor-ia",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev --webpack -p 3333",
"build": "next build --webpack",
"prebuild": "npm run api:v1:validate && npm run api:v1:docs:build",
"start": "next start -p 3333",
"typecheck": "next typegen && tsc --noEmit",
"lint": "node scripts/lint-architecture.mjs",
"lint:code": "eslint src scripts tests --max-warnings=0",
"lint:whitespace": "git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD && git diff --check HEAD",
"domain-language:validate": "node scripts/lint-domain-language.mjs",
"infra:validate": "node scripts/verify-local-infrastructure.mjs",
"platform:validate": "node scripts/verify-platform-versions.mjs",
"infra:postgres:up": "docker compose --env-file .env.local -f infra/postgres/compose.yml up -d --wait",
"infra:object-storage:up": "docker compose --env-file .env.local -f infra/object-storage/compose.yml up -d --wait",
"infra:local:up": "docker compose --env-file .env.local -f infra/postgres/compose.yml -f infra/object-storage/compose.yml -f infra/workflow/compose.yml up -d --build --wait",
"infra:local:down": "docker compose --env-file .env.local -f infra/postgres/compose.yml -f infra/object-storage/compose.yml -f infra/workflow/compose.yml down",
"test": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test",
"security:audit": "npm audit --audit-level=low",
"security:audit:remotion": "npm audit --prefix remotion --audit-level=low",
"test:integration:media": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/ffmpeg-ingest.integration.mjs tests/v2/ffmpeg-color-pipeline.integration.mjs",
"test:integration:media-input": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/media-input-runtime.integration.mjs",
"test:integration:editorial-renderer": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/ffmpeg-editorial-proxy-renderer.integration.mjs",
"test:integration:reframe": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/reframe-plan-render.integration.mjs",
"test:integration:output-formats": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/output-formats-render.integration.mjs",
"test:integration:responsive-placement": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/responsive-placement-visual.integration.mjs",
"test:integration:render-geometry": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/render-geometry-render.integration.mjs",
"test:integration:format-critic": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/format-quality-critic.integration.mjs",
"test:integration:format-quality-by-output": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-format-quality-by-output.integration.mjs",
"test:integration:transcript-rate": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/transcript-rate-render.integration.mjs",
"test:integration:synthetic-presenter": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/synthetic-presenter-render.integration.mjs",
"test:integration:hybrid-story": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/hybrid-story-render.integration.mjs",
"test:integration:wave9": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/wave9-combined-journeys.integration.mjs",
"test:integration:wave10": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/wave10-combined-journey.integration.mjs",
"test:integration:subtitle-sidecar": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/subtitle-sidecar.test.mjs tests/v2/subtitle-sidecar-pipeline.integration.mjs",
"test:integration:subtitle-sidecar-db": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-subtitle-sidecar.integration.mjs",
"test:integration:artifacts": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-media-artifact.integration.mjs",
"test:integration:media-transfer-audit": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-media-transfer-audit.integration.mjs",
"test:integration:asset-rights-audit": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-asset-rights-audit.integration.mjs",
"test:integration:synthetic-production-db": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-synthetic-production.integration.mjs",
"test:integration:synthetic-script-plan": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-synthetic-script-plan.integration.mjs",
"test:integration:synthetic-block-generation": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-synthetic-block-generation.integration.mjs",
"test:integration:synthetic-block-compilation": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-synthetic-block-compilation.integration.mjs",
"test:integration:synthetic-cache-decision": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/prisma-synthetic-cache-decision.integration.mjs",
"test:integration:synthetic-cache-invalidation": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/prisma-synthetic-cache-invalidation.integration.mjs",
"test:integration:synthetic-master-asset": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/prisma-synthetic-master-asset.integration.mjs",
"test:integration:synthetic-critic-report": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/prisma-synthetic-critic-report.integration.mjs",
"test:integration:novelty-budget": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-novelty-budget.integration.mjs",
"test:integration:transformation-registry": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-transformation-provider-registry.integration.mjs",
"test:integration:transformation-critic-media": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/transformation-critic-media.integration.mjs",
"test:integration:marker-detection": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/marker-detection.integration.mjs",
"test:integration:color-measurement": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/color-measurement.integration.mjs",
"test:integration:color-match": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/color-match.integration.mjs",
"test:integration:color-visual-evaluations": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/color-visual-evaluations.integration.mjs",
"test:e2e:sync-diagnostic-persistence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/sync-diagnostic-persistence.e2e.mjs",
"test:e2e:multicam-direction": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/multicam-direction.e2e.mjs",
"test:e2e:wave20-persistence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/wave20-persistence.e2e.mjs",
"test:e2e:color-critic": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/color-critic.e2e.mjs",
"test:e2e:playback-map": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/playback-map.e2e.mjs",
"test:e2e:react-playback-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/react-playback-journey.e2e.mjs",
"test:e2e:insufficient-evidence-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/insufficient-evidence-journey.e2e.mjs",
"test:e2e:multicam-longform-gate": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/multicam-longform-gate.e2e.mjs",
"test:e2e:phase-gate-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/phase-gate-journey.e2e.mjs",
"test:e2e:longform-synthesis": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/longform-synthesis-journey.e2e.mjs",
"test:e2e:podcast-multicam-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/podcast-multicam-journey.e2e.mjs",
"test:e2e:teacher-screen-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/teacher-screen-journey.e2e.mjs",
"test:e2e:wave20-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/wave20-persistence-journey.e2e.mjs",
"test:e2e:sync-diagnostic-browser": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/sync-diagnostic-browser.e2e.mjs",
"test:e2e:multicam-longform-gate-browser": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/multicam-longform-gate-browser.e2e.mjs",
"test:e2e:wave20-browser": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/wave20-operator-browser.e2e.mjs",
"test:e2e:editor-reliability": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/editor-reliability-browser.e2e.mjs",
"test:e2e:deploy-fake-docker": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/deploy-fake-docker.e2e.mjs",
"test:e2e:deploy-real-docker": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/deploy-real-docker.e2e.mjs",
"test:e2e:host-safety-linux": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/host-safety-linux-collector.e2e.mjs",
"test:e2e:runtime-safety-workers": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/runtime-safety-workers.e2e.mjs",
"test:e2e:sync-diagnostic-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/sync-diagnostic-journey.e2e.mjs",
"test:unit:wave20-falsification": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/wave20-falsification.test.mjs",
"test:unit:ffmpeg-binary": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/ffmpeg-binary-resolution.test.mjs",
"test:integration:marker-robustness": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/marker-robustness.integration.mjs",
"test:integration:sync-marker-render": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/sync-marker-render.integration.mjs",
"test:integration:multicam-direction-render": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/multicam-direction-render.integration.mjs",
"test:integration:multicam-visual-evidence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/multicam-visual-evidence.integration.mjs",
"test:integration:multicam-silence-evidence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/multicam-silence-evidence.integration.mjs",
"test:integration:multicam-composition": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON node_modules/tsx/dist/cli.mjs --test tests/v2/multicam-direction-composition.integration.mjs",
"test:integration:playback-map-fingerprint": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/playback-map-fingerprint.integration.mjs",
"test:integration:synthesis-render": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/synthesis-render.integration.mjs",
"test:integration:capture-sync-worker": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/capture-sync-worker.integration.mjs",
"test:integration:music-analysis": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --import tsx --test tests/v2/prisma-music-analysis.integration.mjs",
"test:integration:music-montage": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --import tsx --test tests/v2/prisma-music-montage.integration.mjs",
"test:integration:localization-preflight": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --import tsx --test tests/v2/prisma-localization-translation-preflight.integration.mjs",
"test:integration:localization-media": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --import tsx --test tests/v2/prisma-localization-media.integration.mjs",
"test:integration:localization-media-proxy": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --import tsx --test tests/v2/localization-snapshot-proxy.pg.integration.mjs",
"test:e2e:localization-browser": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/localization-browser.e2e.mjs",
"test:e2e:capture-sync-persistence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/capture-sync-worker-persistence.e2e.mjs",
"test:e2e:editorial-synthesis": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/editorial-synthesis-journey.e2e.mjs",
"test:e2e:capture-heterogeneous": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/capture-heterogeneous-session.e2e.mjs",
"test:e2e:capture-insufficient-evidence": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/capture-insufficient-evidence.e2e.mjs",
"test:e2e:capture-sessions-browser": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/capture-sessions-browser.e2e.mjs",
"test:e2e:transformation-production": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/transformation-production-journey.e2e.mjs",
"test:integration:review-cleanup-mask": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-review-cleanup-mask.integration.mjs",
"test:integration:presenter-lifecycle": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-synthetic-presenter-lifecycle.integration.mjs",
"test:integration:provider-tts-avatar": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/provider-tts-avatar-journey.e2e.mjs",
"test:integration:localization-provider": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/openai-compatible-localization-provider.test.mjs",
"test:integration:music-led-montage": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/music-led-montage.test.mjs tests/v2/music-pcm-analysis.integration.mjs tests/v2/music-led-montage-render.integration.mjs",
"test:integration:media-library": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-media-library.integration.mjs",
"test:integration:media-segment": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/media-segment-materialization.integration.mjs",
"test:integration:image-analysis": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/image-analysis-tesseract.integration.mjs tests/v2/media-input-runtime.integration.mjs",
"test:integration:render": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/remotion-renderer.integration.mjs",
"test:integration:visual-montage": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/visual-montage-render.integration.mjs",
"test:integration:subtitle-styles": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/subtitle-style-visual-goldens.integration.mjs",
"test:integration:subtitle-style-tokens": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/subtitle-style-token-goldens.integration.mjs",
"test:integration:subtitle-anchor": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/subtitle-anchor-render.integration.mjs",
"test:integration:proof-mode-goldens": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/proof-mode.test.mjs tests/v2/proof-mode-render-runtime.test.mjs tests/v2/proof-mode-visual-goldens.integration.mjs",
"test:integration:prisma": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-project-repository.integration.mjs",
"test:integration:review": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-review-annotation.integration.mjs",
"test:integration:operations": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-public-operation.integration.mjs tests/v2/prisma-operation-telemetry.integration.mjs",
"test:integration:webhooks": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-webhook-registration.integration.mjs",
"worker:v2:render": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-render-worker.mjs",
"worker:v2:ingest": "tsx --env-file=.env scripts/run-v2-ingest-worker.mjs",
"worker:v2:webhook": "tsx --env-file=.env scripts/run-v2-webhook-worker.mjs",
"worker:v2:long-form": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-long-form-worker.mjs",
"worker:v2:provider": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-provider-worker.mjs",
"worker:v2:capture-sync": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-capture-sync-worker.mjs",
"worker:v2:music-analysis": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-music-analysis-worker.mjs",
"worker:v2:localization-translation": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-localization-translation-worker.mjs",
"worker:v2:localization-media": "tsx --env-file=.env --env-file-if-exists=.env.local scripts/run-v2-localization-media-worker.mjs",
"mcp:v2": "tsx --env-file=.env scripts/run-v2-mcp.mjs",
"test:integration:api": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/public-project-api.integration.mjs tests/v2/prisma-ui-session-security.integration.mjs tests/v2/oidc-http.integration.mjs",
"test:integration:vertical-smoke": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-vertical-smoke.integration.mjs",
"test:integration:asset-selection": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-asset-selection.integration.mjs",
"test:integration:final-export": "node --env-file=.env node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-final-export.integration.mjs",
"test:integration:export-matrix": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/prisma-export-matrix.integration.mjs",
"test:integration:quality-iteration": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-quality-iteration.integration.mjs",
"test:integration:project-duplication": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-project-duplication.integration.mjs",
"test:integration:mvp-core-gate": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-mvp-core-gate.integration.mjs",
"test:integration:synthetic-phase-gate-pg": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/prisma-synthetic-phase-gate.integration.mjs",
"test:integration:speech-segments": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-speech-segment-catalog.integration.mjs",
"test:integration:evidence-segments": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-speech-segment-catalog.integration.mjs",
"test:integration:long-form-moments": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-long-form-moment-catalog.integration.mjs",
"test:integration:validated-segments": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-validated-segment-catalog.integration.mjs",
"test:integration:hybrid-search": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-hybrid-search.integration.mjs",
"test:integration:hierarchical-processing": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-hierarchical-processing.integration.mjs",
"test:integration:long-form-stage-fencing": "node node_modules/tsx/dist/cli.mjs --test tests/v2/long-form-stage-fencing.integration.mjs",
"test:integration:contiguous-extraction-golden": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/contiguous-extraction-golden.integration.mjs",
"test:e2e:long-form-index-workflow": "node node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-long-form-index-workflow.e2e.mjs",
"test:e2e:hybrid-search": "node node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-hybrid-search.integration.mjs",
"test:integration:source-deconstruction": "node node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-source-deconstruction.integration.mjs",
"test:integration:contamination-reports": "node --env-file=.env node_modules/tsx/dist/cli.mjs --test tests/v2/prisma-contamination-report.integration.mjs",
"test:integration:source-cleanup-goldens": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/ffmpeg-source-cleanup.integration.mjs",
"test:integration:production-batches": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-production-batch.integration.mjs",
"test:integration:script-alignments": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-script-alignment.integration.mjs",
"test:integration:take-libraries": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-take-library.integration.mjs",
"test:integration:compatibility-graphs": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/prisma-compatibility-graph.integration.mjs",
"test:integration:proof-integrity": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/proof-integrity.test.mjs tests/v2/proof-integrity-api.test.mjs",
"test:e2e:proof-integrity": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/prisma-proof-integrity.integration.mjs",
"test:e2e:proof-modes": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/prisma-compatibility-graph.integration.mjs",
"test:e2e:mvp-core-full": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env --test tests/v2/mvp-core-full-journey.e2e.mjs",
"test:e2e:export-matrix": "node node_modules/tsx/dist/cli.mjs --test tests/v2/export-matrix.e2e.mjs",
"test:e2e:provider-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/provider-tts-avatar-journey.e2e.mjs",
"test:e2e:provider-live": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/provider-live-contract.e2e.mjs",
"test:e2e:block-plan-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/synthetic-block-plan-journey.e2e.mjs",
"test:e2e:presenter-lifecycle": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/synthetic-presenter-profile.e2e.mjs",
"test:e2e:synthetic-master-reuse": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --test tests/v2/synthetic-master-reuse.e2e.mjs",
"test:e2e:synthetic-production-journey": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file-if-exists=.env --test tests/v2/synthetic-production-journey.e2e.mjs",
"api:v1:validate": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/verify-public-contracts.mjs",
"api:v1:docs:build": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/build-public-api-documentation.mjs",
"api:v1:baseline:update": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/update-public-contract-baseline.mjs",
"api:parity:report": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/generate-ui-capability-parity-report.mjs",
"api:parity:validate": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/generate-ui-capability-parity-report.mjs --check",
"remotion:dev": "cd remotion && npx remotion studio src/index.ts",
"remotion:render": "cd remotion && npx remotion render src/index.ts",
"remotion:build": "npm run build --prefix remotion",
"db:v2:generate": "node scripts/generate-prisma-clients.mjs",
"db:v2:studio": "npx prisma studio --schema prisma/v2/schema.prisma",
"db:v2:validate": "node scripts/verify-v2-migration.mjs",
"fixtures:source-deconstruction": "node scripts/generate-source-deconstruction-golden.mjs",
"fixtures:contamination": "node scripts/generate-contamination-goldens.mjs",
"db:v2:migrate:deploy": "npx prisma migrate deploy --schema prisma/v2/schema.prisma",
"db:v2:bootstrap": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env scripts/bootstrap-v2-workspace.mjs",
"db:v2:oidc-member": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env scripts/provision-v2-oidc-member.mjs",
"db:v2:seed:project-source": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --env-file=.env scripts/seed-v2-project-source.mjs",
"postinstall": "node scripts/generate-prisma-clients.mjs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1100.0",
"@aws-sdk/s3-request-presigner": "^3.1100.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@noble/hashes": "1.8.0",
"@prisma/client": "^5.22.0",
"ai": "^7.0.30",
"ajv": "8.20.0",
"ajv-formats": "3.0.1",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"jose": "6.2.3",
"next": "16.3.4",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwindcss": "3.4.1",
"uuid": "11.1.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.17",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.4",
"playwright-core": "1.62.0",
"postcss": "8.5.25",
"prisma": "^5.22.0",
"tsx": "4.20.6",
"typescript": "^5.3.3"
},
"overrides": {
"@hono/node-server": "2.0.11",
"fast-uri": "3.1.7",
"hono": "4.13.7",
"ip-address": "10.3.1",
"sharp": "0.35.4",
"js-yaml": "4.3.2",
"postcss": "8.5.25"
}
}