@warpgogol/werkstatt-shared 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warpgogol/werkstatt-shared",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Stack-agnostic shared infrastructure extracted from werkstatt-site (RFC-0868).",
@@ -15,6 +15,26 @@
15
15
  "types": "./src/checks/index.ts",
16
16
  "default": "./src/checks/index.ts"
17
17
  },
18
+ "./content": {
19
+ "types": "./src/content/index.ts",
20
+ "default": "./src/content/index.ts"
21
+ },
22
+ "./content/markdown-frontmatter": {
23
+ "types": "./src/content/markdown-frontmatter.ts",
24
+ "default": "./src/content/markdown-frontmatter.ts"
25
+ },
26
+ "./content/system-manifest": {
27
+ "types": "./src/content/system-manifest.ts",
28
+ "default": "./src/content/system-manifest.ts"
29
+ },
30
+ "./onboarding": {
31
+ "types": "./src/onboarding/index.ts",
32
+ "default": "./src/onboarding/index.ts"
33
+ },
34
+ "./onboarding/brief": {
35
+ "types": "./src/onboarding/brief.ts",
36
+ "default": "./src/onboarding/brief.ts"
37
+ },
18
38
  "./checks/lib/astro-site-url": {
19
39
  "types": "./src/checks/lib/astro-site-url.ts",
20
40
  "default": "./src/checks/lib/astro-site-url.ts"
@@ -211,6 +231,10 @@
211
231
  "types": "./src/share/knowledge/source.ts",
212
232
  "default": "./src/share/knowledge/source.ts"
213
233
  },
234
+ "./share/legal/translation-policy": {
235
+ "types": "./src/share/legal/translation-policy.ts",
236
+ "default": "./src/share/legal/translation-policy.ts"
237
+ },
214
238
  "./share/material-credits": {
215
239
  "types": "./src/share/material-credits.ts",
216
240
  "default": "./src/share/material-credits.ts"
@@ -314,6 +338,990 @@
314
338
  "./surface/io": {
315
339
  "types": "./src/surface/io/index.ts",
316
340
  "default": "./src/surface/io/index.ts"
341
+ },
342
+ "./checks/index": {
343
+ "types": "./src/checks/index.ts",
344
+ "default": "./src/checks/index.ts"
345
+ },
346
+ "./index": {
347
+ "types": "./src/index.ts",
348
+ "default": "./src/index.ts"
349
+ },
350
+ "./integration/adapters": {
351
+ "types": "./src/integration/adapters.ts",
352
+ "default": "./src/integration/adapters.ts"
353
+ },
354
+ "./integration/dispatch": {
355
+ "types": "./src/integration/dispatch.ts",
356
+ "default": "./src/integration/dispatch.ts"
357
+ },
358
+ "./integration/funnel": {
359
+ "types": "./src/integration/funnel.ts",
360
+ "default": "./src/integration/funnel.ts"
361
+ },
362
+ "./integration/index": {
363
+ "types": "./src/integration/index.ts",
364
+ "default": "./src/integration/index.ts"
365
+ },
366
+ "./integration/lifecycle": {
367
+ "types": "./src/integration/lifecycle.ts",
368
+ "default": "./src/integration/lifecycle.ts"
369
+ },
370
+ "./integration/orchestration": {
371
+ "types": "./src/integration/orchestration.ts",
372
+ "default": "./src/integration/orchestration.ts"
373
+ },
374
+ "./integration/port-barrel": {
375
+ "types": "./src/integration/port-barrel.ts",
376
+ "default": "./src/integration/port-barrel.ts"
377
+ },
378
+ "./integration/qstash": {
379
+ "types": "./src/integration/qstash.ts",
380
+ "default": "./src/integration/qstash.ts"
381
+ },
382
+ "./integration/sharding": {
383
+ "types": "./src/integration/sharding.ts",
384
+ "default": "./src/integration/sharding.ts"
385
+ },
386
+ "./integration/vitest.config": {
387
+ "types": "./src/integration/vitest.config.ts",
388
+ "default": "./src/integration/vitest.config.ts"
389
+ },
390
+ "./integration-adapter-supabase-crm/adapter": {
391
+ "types": "./src/integration-adapter-supabase-crm/adapter.ts",
392
+ "default": "./src/integration-adapter-supabase-crm/adapter.ts"
393
+ },
394
+ "./integration-adapter-supabase-crm/client": {
395
+ "types": "./src/integration-adapter-supabase-crm/client.ts",
396
+ "default": "./src/integration-adapter-supabase-crm/client.ts"
397
+ },
398
+ "./integration-adapter-supabase-crm/index": {
399
+ "types": "./src/integration-adapter-supabase-crm/index.ts",
400
+ "default": "./src/integration-adapter-supabase-crm/index.ts"
401
+ },
402
+ "./integration-adapter-supabase-crm/pipedrive-sync-target": {
403
+ "types": "./src/integration-adapter-supabase-crm/pipedrive-sync-target.ts",
404
+ "default": "./src/integration-adapter-supabase-crm/pipedrive-sync-target.ts"
405
+ },
406
+ "./integration-adapter-supabase-crm/supabase-rest": {
407
+ "types": "./src/integration-adapter-supabase-crm/supabase-rest.ts",
408
+ "default": "./src/integration-adapter-supabase-crm/supabase-rest.ts"
409
+ },
410
+ "./integration-adapter-supabase-crm/vitest.config": {
411
+ "types": "./src/integration-adapter-supabase-crm/vitest.config.ts",
412
+ "default": "./src/integration-adapter-supabase-crm/vitest.config.ts"
413
+ },
414
+ "./observability/conventions": {
415
+ "types": "./src/observability/conventions.ts",
416
+ "default": "./src/observability/conventions.ts"
417
+ },
418
+ "./observability/env-resolver": {
419
+ "types": "./src/observability/env-resolver.ts",
420
+ "default": "./src/observability/env-resolver.ts"
421
+ },
422
+ "./observability/index": {
423
+ "types": "./src/observability/index.ts",
424
+ "default": "./src/observability/index.ts"
425
+ },
426
+ "./observability/metric-registry": {
427
+ "types": "./src/observability/metric-registry.ts",
428
+ "default": "./src/observability/metric-registry.ts"
429
+ },
430
+ "./observability/otlp-converter": {
431
+ "types": "./src/observability/otlp-converter.ts",
432
+ "default": "./src/observability/otlp-converter.ts"
433
+ },
434
+ "./observability/otlp-json": {
435
+ "types": "./src/observability/otlp-json.ts",
436
+ "default": "./src/observability/otlp-json.ts"
437
+ },
438
+ "./observability/otlp-transport": {
439
+ "types": "./src/observability/otlp-transport.ts",
440
+ "default": "./src/observability/otlp-transport.ts"
441
+ },
442
+ "./observability/pusher": {
443
+ "types": "./src/observability/pusher.ts",
444
+ "default": "./src/observability/pusher.ts"
445
+ },
446
+ "./observability/redact": {
447
+ "types": "./src/observability/redact.ts",
448
+ "default": "./src/observability/redact.ts"
449
+ },
450
+ "./observability/typed-refs": {
451
+ "types": "./src/observability/typed-refs.ts",
452
+ "default": "./src/observability/typed-refs.ts"
453
+ },
454
+ "./observability/vitest.config": {
455
+ "types": "./src/observability/vitest.config.ts",
456
+ "default": "./src/observability/vitest.config.ts"
457
+ },
458
+ "./ontology/archetype-registry": {
459
+ "types": "./src/ontology/archetype-registry.ts",
460
+ "default": "./src/ontology/archetype-registry.ts"
461
+ },
462
+ "./ontology/biome-token-projection": {
463
+ "types": "./src/ontology/biome-token-projection.ts",
464
+ "default": "./src/ontology/biome-token-projection.ts"
465
+ },
466
+ "./ontology/cosmic/index": {
467
+ "types": "./src/ontology/cosmic/index.ts",
468
+ "default": "./src/ontology/cosmic/index.ts"
469
+ },
470
+ "./ontology/cosmic/moon-catalog": {
471
+ "types": "./src/ontology/cosmic/moon-catalog.ts",
472
+ "default": "./src/ontology/cosmic/moon-catalog.ts"
473
+ },
474
+ "./ontology/cosmic/planet-catalog": {
475
+ "types": "./src/ontology/cosmic/planet-catalog.ts",
476
+ "default": "./src/ontology/cosmic/planet-catalog.ts"
477
+ },
478
+ "./ontology/cosmic/star-catalog": {
479
+ "types": "./src/ontology/cosmic/star-catalog.ts",
480
+ "default": "./src/ontology/cosmic/star-catalog.ts"
481
+ },
482
+ "./ontology/enums": {
483
+ "types": "./src/ontology/enums.ts",
484
+ "default": "./src/ontology/enums.ts"
485
+ },
486
+ "./ontology/external-surfaces/index": {
487
+ "types": "./src/ontology/external-surfaces/index.ts",
488
+ "default": "./src/ontology/external-surfaces/index.ts"
489
+ },
490
+ "./ontology/index": {
491
+ "types": "./src/ontology/index.ts",
492
+ "default": "./src/ontology/index.ts"
493
+ },
494
+ "./ontology/operations/index": {
495
+ "types": "./src/ontology/operations/index.ts",
496
+ "default": "./src/ontology/operations/index.ts"
497
+ },
498
+ "./ontology/schemas/biome": {
499
+ "types": "./src/ontology/schemas/biome.ts",
500
+ "default": "./src/ontology/schemas/biome.ts"
501
+ },
502
+ "./ontology/schemas/capability": {
503
+ "types": "./src/ontology/schemas/capability.ts",
504
+ "default": "./src/ontology/schemas/capability.ts"
505
+ },
506
+ "./ontology/schemas/constellation": {
507
+ "types": "./src/ontology/schemas/constellation.ts",
508
+ "default": "./src/ontology/schemas/constellation.ts"
509
+ },
510
+ "./ontology/schemas/dns-records": {
511
+ "types": "./src/ontology/schemas/dns-records.ts",
512
+ "default": "./src/ontology/schemas/dns-records.ts"
513
+ },
514
+ "./ontology/schemas/index": {
515
+ "types": "./src/ontology/schemas/index.ts",
516
+ "default": "./src/ontology/schemas/index.ts"
517
+ },
518
+ "./ontology/schemas/page-entry": {
519
+ "types": "./src/ontology/schemas/page-entry.ts",
520
+ "default": "./src/ontology/schemas/page-entry.ts"
521
+ },
522
+ "./ontology/schemas/section-archetype": {
523
+ "types": "./src/ontology/schemas/section-archetype.ts",
524
+ "default": "./src/ontology/schemas/section-archetype.ts"
525
+ },
526
+ "./ontology/schemas/site-family": {
527
+ "types": "./src/ontology/schemas/site-family.ts",
528
+ "default": "./src/ontology/schemas/site-family.ts"
529
+ },
530
+ "./ontology/schemas/system/growth": {
531
+ "types": "./src/ontology/schemas/system/growth.ts",
532
+ "default": "./src/ontology/schemas/system/growth.ts"
533
+ },
534
+ "./ontology/schemas/system/integrations": {
535
+ "types": "./src/ontology/schemas/system/integrations.ts",
536
+ "default": "./src/ontology/schemas/system/integrations.ts"
537
+ },
538
+ "./ontology/schemas/system/manifest": {
539
+ "types": "./src/ontology/schemas/system/manifest.ts",
540
+ "default": "./src/ontology/schemas/system/manifest.ts"
541
+ },
542
+ "./ontology/schemas/system/page-output": {
543
+ "types": "./src/ontology/schemas/system/page-output.ts",
544
+ "default": "./src/ontology/schemas/system/page-output.ts"
545
+ },
546
+ "./ontology/schemas/system/release": {
547
+ "types": "./src/ontology/schemas/system/release.ts",
548
+ "default": "./src/ontology/schemas/system/release.ts"
549
+ },
550
+ "./ontology/schemas/system/text": {
551
+ "types": "./src/ontology/schemas/system/text.ts",
552
+ "default": "./src/ontology/schemas/system/text.ts"
553
+ },
554
+ "./ontology/schemas/system": {
555
+ "types": "./src/ontology/schemas/system.ts",
556
+ "default": "./src/ontology/schemas/system.ts"
557
+ },
558
+ "./ontology/shared-section-props/body-fragments": {
559
+ "types": "./src/ontology/shared-section-props/body-fragments.ts",
560
+ "default": "./src/ontology/shared-section-props/body-fragments.ts"
561
+ },
562
+ "./ontology/shared-section-props/catalog": {
563
+ "types": "./src/ontology/shared-section-props/catalog.ts",
564
+ "default": "./src/ontology/shared-section-props/catalog.ts"
565
+ },
566
+ "./ontology/shared-section-props/common": {
567
+ "types": "./src/ontology/shared-section-props/common.ts",
568
+ "default": "./src/ontology/shared-section-props/common.ts"
569
+ },
570
+ "./ontology/shared-section-props/index": {
571
+ "types": "./src/ontology/shared-section-props/index.ts",
572
+ "default": "./src/ontology/shared-section-props/index.ts"
573
+ },
574
+ "./ontology/shared-section-props/visual-header": {
575
+ "types": "./src/ontology/shared-section-props/visual-header.ts",
576
+ "default": "./src/ontology/shared-section-props/visual-header.ts"
577
+ },
578
+ "./ontology/vitest.config": {
579
+ "types": "./src/ontology/vitest.config.ts",
580
+ "default": "./src/ontology/vitest.config.ts"
581
+ },
582
+ "./passport/dht-sign.test": {
583
+ "types": "./src/passport/dht-sign.test.ts",
584
+ "default": "./src/passport/dht-sign.test.ts"
585
+ },
586
+ "./passport/identity-sign.test": {
587
+ "types": "./src/passport/identity-sign.test.ts",
588
+ "default": "./src/passport/identity-sign.test.ts"
589
+ },
590
+ "./passport/index": {
591
+ "types": "./src/passport/index.ts",
592
+ "default": "./src/passport/index.ts"
593
+ },
594
+ "./passport/vitest.config": {
595
+ "types": "./src/passport/vitest.config.ts",
596
+ "default": "./src/passport/vitest.config.ts"
597
+ },
598
+ "./share/agent/api-catalog": {
599
+ "types": "./src/share/agent/api-catalog.ts",
600
+ "default": "./src/share/agent/api-catalog.ts"
601
+ },
602
+ "./share/agent/capability": {
603
+ "types": "./src/share/agent/capability.ts",
604
+ "default": "./src/share/agent/capability.ts"
605
+ },
606
+ "./share/agent/dns-aid.test": {
607
+ "types": "./src/share/agent/dns-aid.test.ts",
608
+ "default": "./src/share/agent/dns-aid.test.ts"
609
+ },
610
+ "./share/agent/dns-aid": {
611
+ "types": "./src/share/agent/dns-aid.ts",
612
+ "default": "./src/share/agent/dns-aid.ts"
613
+ },
614
+ "./share/agent/fleet-catalog": {
615
+ "types": "./src/share/agent/fleet-catalog.ts",
616
+ "default": "./src/share/agent/fleet-catalog.ts"
617
+ },
618
+ "./share/agent/index": {
619
+ "types": "./src/share/agent/index.ts",
620
+ "default": "./src/share/agent/index.ts"
621
+ },
622
+ "./share/agent/knowledge": {
623
+ "types": "./src/share/agent/knowledge.ts",
624
+ "default": "./src/share/agent/knowledge.ts"
625
+ },
626
+ "./share/agent/manifest": {
627
+ "types": "./src/share/agent/manifest.ts",
628
+ "default": "./src/share/agent/manifest.ts"
629
+ },
630
+ "./share/agent/mcp-card": {
631
+ "types": "./src/share/agent/mcp-card.ts",
632
+ "default": "./src/share/agent/mcp-card.ts"
633
+ },
634
+ "./share/agent/omit-empty": {
635
+ "types": "./src/share/agent/omit-empty.ts",
636
+ "default": "./src/share/agent/omit-empty.ts"
637
+ },
638
+ "./share/agent/openapi": {
639
+ "types": "./src/share/agent/openapi.ts",
640
+ "default": "./src/share/agent/openapi.ts"
641
+ },
642
+ "./share/agent/proof": {
643
+ "types": "./src/share/agent/proof.ts",
644
+ "default": "./src/share/agent/proof.ts"
645
+ },
646
+ "./share/content/entity-id": {
647
+ "types": "./src/share/content/entity-id.ts",
648
+ "default": "./src/share/content/entity-id.ts"
649
+ },
650
+ "./share/content/index": {
651
+ "types": "./src/share/content/index.ts",
652
+ "default": "./src/share/content/index.ts"
653
+ },
654
+ "./share/content/merge": {
655
+ "types": "./src/share/content/merge.ts",
656
+ "default": "./src/share/content/merge.ts"
657
+ },
658
+ "./share/content/substitute-deep": {
659
+ "types": "./src/share/content/substitute-deep.ts",
660
+ "default": "./src/share/content/substitute-deep.ts"
661
+ },
662
+ "./share/content-discipline/index": {
663
+ "types": "./src/share/content-discipline/index.ts",
664
+ "default": "./src/share/content-discipline/index.ts"
665
+ },
666
+ "./share/content-discipline/parsers": {
667
+ "types": "./src/share/content-discipline/parsers.ts",
668
+ "default": "./src/share/content-discipline/parsers.ts"
669
+ },
670
+ "./share/content-discipline/types": {
671
+ "types": "./src/share/content-discipline/types.ts",
672
+ "default": "./src/share/content-discipline/types.ts"
673
+ },
674
+ "./share/env.d": {
675
+ "types": "./src/share/env.d.ts",
676
+ "default": "./src/share/env.d.ts"
677
+ },
678
+ "./share/fs/index": {
679
+ "types": "./src/share/fs/index.ts",
680
+ "default": "./src/share/fs/index.ts"
681
+ },
682
+ "./share/i18n/localization": {
683
+ "types": "./src/share/i18n/localization.ts",
684
+ "default": "./src/share/i18n/localization.ts"
685
+ },
686
+ "./share/index": {
687
+ "types": "./src/share/index.ts",
688
+ "default": "./src/share/index.ts"
689
+ },
690
+ "./share/knowledge/index": {
691
+ "types": "./src/share/knowledge/index.ts",
692
+ "default": "./src/share/knowledge/index.ts"
693
+ },
694
+ "./share/middleware/language-redirect": {
695
+ "types": "./src/share/middleware/language-redirect.ts",
696
+ "default": "./src/share/middleware/language-redirect.ts"
697
+ },
698
+ "./share/onboarding-yaml/index": {
699
+ "types": "./src/share/onboarding-yaml/index.ts",
700
+ "default": "./src/share/onboarding-yaml/index.ts"
701
+ },
702
+ "./share/redirects.test": {
703
+ "types": "./src/share/redirects.test.ts",
704
+ "default": "./src/share/redirects.test.ts"
705
+ },
706
+ "./share/schemas/claim-records": {
707
+ "types": "./src/share/schemas/claim-records.ts",
708
+ "default": "./src/share/schemas/claim-records.ts"
709
+ },
710
+ "./share/schemas/claims": {
711
+ "types": "./src/share/schemas/claims.ts",
712
+ "default": "./src/share/schemas/claims.ts"
713
+ },
714
+ "./share/schemas/horizontal-align": {
715
+ "types": "./src/share/schemas/horizontal-align.ts",
716
+ "default": "./src/share/schemas/horizontal-align.ts"
717
+ },
718
+ "./share/schemas/icon-color": {
719
+ "types": "./src/share/schemas/icon-color.ts",
720
+ "default": "./src/share/schemas/icon-color.ts"
721
+ },
722
+ "./share/schemas/index": {
723
+ "types": "./src/share/schemas/index.ts",
724
+ "default": "./src/share/schemas/index.ts"
725
+ },
726
+ "./share/schemas/live-photo": {
727
+ "types": "./src/share/schemas/live-photo.ts",
728
+ "default": "./src/share/schemas/live-photo.ts"
729
+ },
730
+ "./share/schemas/navigation": {
731
+ "types": "./src/share/schemas/navigation.ts",
732
+ "default": "./src/share/schemas/navigation.ts"
733
+ },
734
+ "./share/schemas/page-base": {
735
+ "types": "./src/share/schemas/page-base.ts",
736
+ "default": "./src/share/schemas/page-base.ts"
737
+ },
738
+ "./share/schemas/participant": {
739
+ "types": "./src/share/schemas/participant.ts",
740
+ "default": "./src/share/schemas/participant.ts"
741
+ },
742
+ "./share/schemas/person": {
743
+ "types": "./src/share/schemas/person.ts",
744
+ "default": "./src/share/schemas/person.ts"
745
+ },
746
+ "./share/schemas/section-background": {
747
+ "types": "./src/share/schemas/section-background.ts",
748
+ "default": "./src/share/schemas/section-background.ts"
749
+ },
750
+ "./share/schemas/section-body": {
751
+ "types": "./src/share/schemas/section-body.ts",
752
+ "default": "./src/share/schemas/section-body.ts"
753
+ },
754
+ "./share/schemas/section-cards": {
755
+ "types": "./src/share/schemas/section-cards.ts",
756
+ "default": "./src/share/schemas/section-cards.ts"
757
+ },
758
+ "./share/schemas/section-cta": {
759
+ "types": "./src/share/schemas/section-cta.ts",
760
+ "default": "./src/share/schemas/section-cta.ts"
761
+ },
762
+ "./share/schemas/section-header": {
763
+ "types": "./src/share/schemas/section-header.ts",
764
+ "default": "./src/share/schemas/section-header.ts"
765
+ },
766
+ "./share/schemas/section-image": {
767
+ "types": "./src/share/schemas/section-image.ts",
768
+ "default": "./src/share/schemas/section-image.ts"
769
+ },
770
+ "./share/schemas/section-motion": {
771
+ "types": "./src/share/schemas/section-motion.ts",
772
+ "default": "./src/share/schemas/section-motion.ts"
773
+ },
774
+ "./share/schemas/section-shell": {
775
+ "types": "./src/share/schemas/section-shell.ts",
776
+ "default": "./src/share/schemas/section-shell.ts"
777
+ },
778
+ "./share/schemas/section-stats": {
779
+ "types": "./src/share/schemas/section-stats.ts",
780
+ "default": "./src/share/schemas/section-stats.ts"
781
+ },
782
+ "./share/schemas/standard-list-item": {
783
+ "types": "./src/share/schemas/standard-list-item.ts",
784
+ "default": "./src/share/schemas/standard-list-item.ts"
785
+ },
786
+ "./share/scripts/external-links": {
787
+ "types": "./src/share/scripts/external-links.ts",
788
+ "default": "./src/share/scripts/external-links.ts"
789
+ },
790
+ "./share/scripts/gsap-counter": {
791
+ "types": "./src/share/scripts/gsap-counter.ts",
792
+ "default": "./src/share/scripts/gsap-counter.ts"
793
+ },
794
+ "./share/scripts/gsap-parallax": {
795
+ "types": "./src/share/scripts/gsap-parallax.ts",
796
+ "default": "./src/share/scripts/gsap-parallax.ts"
797
+ },
798
+ "./share/scripts/gsap-reveal": {
799
+ "types": "./src/share/scripts/gsap-reveal.ts",
800
+ "default": "./src/share/scripts/gsap-reveal.ts"
801
+ },
802
+ "./share/scripts/gsap-stagger": {
803
+ "types": "./src/share/scripts/gsap-stagger.ts",
804
+ "default": "./src/share/scripts/gsap-stagger.ts"
805
+ },
806
+ "./share/scripts/index": {
807
+ "types": "./src/share/scripts/index.ts",
808
+ "default": "./src/share/scripts/index.ts"
809
+ },
810
+ "./share/scripts/inline-number-animation": {
811
+ "types": "./src/share/scripts/inline-number-animation.ts",
812
+ "default": "./src/share/scripts/inline-number-animation.ts"
813
+ },
814
+ "./share/scripts/lenis": {
815
+ "types": "./src/share/scripts/lenis.ts",
816
+ "default": "./src/share/scripts/lenis.ts"
817
+ },
818
+ "./share/scripts/live-photos": {
819
+ "types": "./src/share/scripts/live-photos.ts",
820
+ "default": "./src/share/scripts/live-photos.ts"
821
+ },
822
+ "./share/scripts/lordicon": {
823
+ "types": "./src/share/scripts/lordicon.ts",
824
+ "default": "./src/share/scripts/lordicon.ts"
825
+ },
826
+ "./share/scripts/orchestrator": {
827
+ "types": "./src/share/scripts/orchestrator.ts",
828
+ "default": "./src/share/scripts/orchestrator.ts"
829
+ },
830
+ "./share/scripts/scheduler": {
831
+ "types": "./src/share/scripts/scheduler.ts",
832
+ "default": "./src/share/scripts/scheduler.ts"
833
+ },
834
+ "./share/scripts/video-player": {
835
+ "types": "./src/share/scripts/video-player.ts",
836
+ "default": "./src/share/scripts/video-player.ts"
837
+ },
838
+ "./share/semantic/ai": {
839
+ "types": "./src/share/semantic/ai.ts",
840
+ "default": "./src/share/semantic/ai.ts"
841
+ },
842
+ "./share/semantic/block-extraction": {
843
+ "types": "./src/share/semantic/block-extraction.ts",
844
+ "default": "./src/share/semantic/block-extraction.ts"
845
+ },
846
+ "./share/semantic/block-extractors/index": {
847
+ "types": "./src/share/semantic/block-extractors/index.ts",
848
+ "default": "./src/share/semantic/block-extractors/index.ts"
849
+ },
850
+ "./share/semantic/breadcrumbs": {
851
+ "types": "./src/share/semantic/breadcrumbs.ts",
852
+ "default": "./src/share/semantic/breadcrumbs.ts"
853
+ },
854
+ "./share/semantic/build-page": {
855
+ "types": "./src/share/semantic/build-page.ts",
856
+ "default": "./src/share/semantic/build-page.ts"
857
+ },
858
+ "./share/semantic/business-projection": {
859
+ "types": "./src/share/semantic/business-projection.ts",
860
+ "default": "./src/share/semantic/business-projection.ts"
861
+ },
862
+ "./share/semantic/extract": {
863
+ "types": "./src/share/semantic/extract.ts",
864
+ "default": "./src/share/semantic/extract.ts"
865
+ },
866
+ "./share/semantic/feed": {
867
+ "types": "./src/share/semantic/feed.ts",
868
+ "default": "./src/share/semantic/feed.ts"
869
+ },
870
+ "./share/semantic/ids": {
871
+ "types": "./src/share/semantic/ids.ts",
872
+ "default": "./src/share/semantic/ids.ts"
873
+ },
874
+ "./share/semantic/image-sitemap": {
875
+ "types": "./src/share/semantic/image-sitemap.ts",
876
+ "default": "./src/share/semantic/image-sitemap.ts"
877
+ },
878
+ "./share/semantic/index": {
879
+ "types": "./src/share/semantic/index.ts",
880
+ "default": "./src/share/semantic/index.ts"
881
+ },
882
+ "./share/semantic/jsonld/article": {
883
+ "types": "./src/share/semantic/jsonld/article.ts",
884
+ "default": "./src/share/semantic/jsonld/article.ts"
885
+ },
886
+ "./share/semantic/jsonld/breadcrumb": {
887
+ "types": "./src/share/semantic/jsonld/breadcrumb.ts",
888
+ "default": "./src/share/semantic/jsonld/breadcrumb.ts"
889
+ },
890
+ "./share/semantic/jsonld/collection-list": {
891
+ "types": "./src/share/semantic/jsonld/collection-list.ts",
892
+ "default": "./src/share/semantic/jsonld/collection-list.ts"
893
+ },
894
+ "./share/semantic/jsonld/context": {
895
+ "types": "./src/share/semantic/jsonld/context.ts",
896
+ "default": "./src/share/semantic/jsonld/context.ts"
897
+ },
898
+ "./share/semantic/jsonld/faq": {
899
+ "types": "./src/share/semantic/jsonld/faq.ts",
900
+ "default": "./src/share/semantic/jsonld/faq.ts"
901
+ },
902
+ "./share/semantic/jsonld/initiative": {
903
+ "types": "./src/share/semantic/jsonld/initiative.ts",
904
+ "default": "./src/share/semantic/jsonld/initiative.ts"
905
+ },
906
+ "./share/semantic/jsonld/organization": {
907
+ "types": "./src/share/semantic/jsonld/organization.ts",
908
+ "default": "./src/share/semantic/jsonld/organization.ts"
909
+ },
910
+ "./share/semantic/jsonld/person": {
911
+ "types": "./src/share/semantic/jsonld/person.ts",
912
+ "default": "./src/share/semantic/jsonld/person.ts"
913
+ },
914
+ "./share/semantic/jsonld/service": {
915
+ "types": "./src/share/semantic/jsonld/service.ts",
916
+ "default": "./src/share/semantic/jsonld/service.ts"
917
+ },
918
+ "./share/semantic/jsonld/shared": {
919
+ "types": "./src/share/semantic/jsonld/shared.ts",
920
+ "default": "./src/share/semantic/jsonld/shared.ts"
921
+ },
922
+ "./share/semantic/jsonld/types": {
923
+ "types": "./src/share/semantic/jsonld/types.ts",
924
+ "default": "./src/share/semantic/jsonld/types.ts"
925
+ },
926
+ "./share/semantic/jsonld/webpage": {
927
+ "types": "./src/share/semantic/jsonld/webpage.ts",
928
+ "default": "./src/share/semantic/jsonld/webpage.ts"
929
+ },
930
+ "./share/semantic/jsonld/website": {
931
+ "types": "./src/share/semantic/jsonld/website.ts",
932
+ "default": "./src/share/semantic/jsonld/website.ts"
933
+ },
934
+ "./share/semantic/jsonld": {
935
+ "types": "./src/share/semantic/jsonld.ts",
936
+ "default": "./src/share/semantic/jsonld.ts"
937
+ },
938
+ "./share/semantic/llms-policy": {
939
+ "types": "./src/share/semantic/llms-policy.ts",
940
+ "default": "./src/share/semantic/llms-policy.ts"
941
+ },
942
+ "./share/semantic/llms": {
943
+ "types": "./src/share/semantic/llms.ts",
944
+ "default": "./src/share/semantic/llms.ts"
945
+ },
946
+ "./share/semantic/markdown-hygiene": {
947
+ "types": "./src/share/semantic/markdown-hygiene.ts",
948
+ "default": "./src/share/semantic/markdown-hygiene.ts"
949
+ },
950
+ "./share/semantic/markdown-twin-provenance": {
951
+ "types": "./src/share/semantic/markdown-twin-provenance.ts",
952
+ "default": "./src/share/semantic/markdown-twin-provenance.ts"
953
+ },
954
+ "./share/semantic/models": {
955
+ "types": "./src/share/semantic/models.ts",
956
+ "default": "./src/share/semantic/models.ts"
957
+ },
958
+ "./share/semantic/organization-profile": {
959
+ "types": "./src/share/semantic/organization-profile.ts",
960
+ "default": "./src/share/semantic/organization-profile.ts"
961
+ },
962
+ "./share/semantic/output-projection": {
963
+ "types": "./src/share/semantic/output-projection.ts",
964
+ "default": "./src/share/semantic/output-projection.ts"
965
+ },
966
+ "./share/semantic/page-builders/markdown-page": {
967
+ "types": "./src/share/semantic/page-builders/markdown-page.ts",
968
+ "default": "./src/share/semantic/page-builders/markdown-page.ts"
969
+ },
970
+ "./share/semantic/page-markdown": {
971
+ "types": "./src/share/semantic/page-markdown.ts",
972
+ "default": "./src/share/semantic/page-markdown.ts"
973
+ },
974
+ "./share/semantic/page-utils": {
975
+ "types": "./src/share/semantic/page-utils.ts",
976
+ "default": "./src/share/semantic/page-utils.ts"
977
+ },
978
+ "./share/semantic/price-marker-resolver": {
979
+ "types": "./src/share/semantic/price-marker-resolver.ts",
980
+ "default": "./src/share/semantic/price-marker-resolver.ts"
981
+ },
982
+ "./share/semantic/robots": {
983
+ "types": "./src/share/semantic/robots.ts",
984
+ "default": "./src/share/semantic/robots.ts"
985
+ },
986
+ "./share/semantic/update-stamp": {
987
+ "types": "./src/share/semantic/update-stamp.ts",
988
+ "default": "./src/share/semantic/update-stamp.ts"
989
+ },
990
+ "./share/types/hls-js-light.d": {
991
+ "types": "./src/share/types/hls-js-light.d.ts",
992
+ "default": "./src/share/types/hls-js-light.d.ts"
993
+ },
994
+ "./share/vitest.config": {
995
+ "types": "./src/share/vitest.config.ts",
996
+ "default": "./src/share/vitest.config.ts"
997
+ },
998
+ "./surface/blueprint-schema": {
999
+ "types": "./src/surface/blueprint-schema.ts",
1000
+ "default": "./src/surface/blueprint-schema.ts"
1001
+ },
1002
+ "./surface/blueprint-types": {
1003
+ "types": "./src/surface/blueprint-types.ts",
1004
+ "default": "./src/surface/blueprint-types.ts"
1005
+ },
1006
+ "./surface/blueprint": {
1007
+ "types": "./src/surface/blueprint.ts",
1008
+ "default": "./src/surface/blueprint.ts"
1009
+ },
1010
+ "./surface/breaker": {
1011
+ "types": "./src/surface/breaker.ts",
1012
+ "default": "./src/surface/breaker.ts"
1013
+ },
1014
+ "./surface/decision-composer": {
1015
+ "types": "./src/surface/decision-composer.ts",
1016
+ "default": "./src/surface/decision-composer.ts"
1017
+ },
1018
+ "./surface/eligibility": {
1019
+ "types": "./src/surface/eligibility.ts",
1020
+ "default": "./src/surface/eligibility.ts"
1021
+ },
1022
+ "./surface/evidence-records": {
1023
+ "types": "./src/surface/evidence-records.ts",
1024
+ "default": "./src/surface/evidence-records.ts"
1025
+ },
1026
+ "./surface/fleet": {
1027
+ "types": "./src/surface/fleet.ts",
1028
+ "default": "./src/surface/fleet.ts"
1029
+ },
1030
+ "./surface/geo": {
1031
+ "types": "./src/surface/geo.ts",
1032
+ "default": "./src/surface/geo.ts"
1033
+ },
1034
+ "./surface/governance": {
1035
+ "types": "./src/surface/governance.ts",
1036
+ "default": "./src/surface/governance.ts"
1037
+ },
1038
+ "./surface/index": {
1039
+ "types": "./src/surface/index.ts",
1040
+ "default": "./src/surface/index.ts"
1041
+ },
1042
+ "./surface/io/index": {
1043
+ "types": "./src/surface/io/index.ts",
1044
+ "default": "./src/surface/io/index.ts"
1045
+ },
1046
+ "./surface/io/surface-module-context-io": {
1047
+ "types": "./src/surface/io/surface-module-context-io.ts",
1048
+ "default": "./src/surface/io/surface-module-context-io.ts"
1049
+ },
1050
+ "./surface/io/visibility-outcomes-io": {
1051
+ "types": "./src/surface/io/visibility-outcomes-io.ts",
1052
+ "default": "./src/surface/io/visibility-outcomes-io.ts"
1053
+ },
1054
+ "./surface/module-context": {
1055
+ "types": "./src/surface/module-context.ts",
1056
+ "default": "./src/surface/module-context.ts"
1057
+ },
1058
+ "./surface/substance": {
1059
+ "types": "./src/surface/substance.ts",
1060
+ "default": "./src/surface/substance.ts"
1061
+ },
1062
+ "./surface/types": {
1063
+ "types": "./src/surface/types.ts",
1064
+ "default": "./src/surface/types.ts"
1065
+ },
1066
+ "./surface/visibility": {
1067
+ "types": "./src/surface/visibility.ts",
1068
+ "default": "./src/surface/visibility.ts"
1069
+ },
1070
+ "./surface/vitest.config": {
1071
+ "types": "./src/surface/vitest.config.ts",
1072
+ "default": "./src/surface/vitest.config.ts"
1073
+ },
1074
+ "./integration/tests/deliver-event.test": {
1075
+ "types": "./src/integration/tests/deliver-event.test.ts",
1076
+ "default": "./src/integration/tests/deliver-event.test.ts"
1077
+ },
1078
+ "./integration/tests/dispatch.test": {
1079
+ "types": "./src/integration/tests/dispatch.test.ts",
1080
+ "default": "./src/integration/tests/dispatch.test.ts"
1081
+ },
1082
+ "./integration/tests/funnel-bridge.test": {
1083
+ "types": "./src/integration/tests/funnel-bridge.test.ts",
1084
+ "default": "./src/integration/tests/funnel-bridge.test.ts"
1085
+ },
1086
+ "./integration/tests/hub-runtime.test": {
1087
+ "types": "./src/integration/tests/hub-runtime.test.ts",
1088
+ "default": "./src/integration/tests/hub-runtime.test.ts"
1089
+ },
1090
+ "./integration/tests/lifecycle.test": {
1091
+ "types": "./src/integration/tests/lifecycle.test.ts",
1092
+ "default": "./src/integration/tests/lifecycle.test.ts"
1093
+ },
1094
+ "./integration/tests/qstash.test": {
1095
+ "types": "./src/integration/tests/qstash.test.ts",
1096
+ "default": "./src/integration/tests/qstash.test.ts"
1097
+ },
1098
+ "./integration/tests/sharding.test": {
1099
+ "types": "./src/integration/tests/sharding.test.ts",
1100
+ "default": "./src/integration/tests/sharding.test.ts"
1101
+ },
1102
+ "./integration-adapter-supabase-crm/tests/change-balance.pbt.test": {
1103
+ "types": "./src/integration-adapter-supabase-crm/tests/change-balance.pbt.test.ts",
1104
+ "default": "./src/integration-adapter-supabase-crm/tests/change-balance.pbt.test.ts"
1105
+ },
1106
+ "./integration-adapter-supabase-crm/tests/funnel-persistence.test": {
1107
+ "types": "./src/integration-adapter-supabase-crm/tests/funnel-persistence.test.ts",
1108
+ "default": "./src/integration-adapter-supabase-crm/tests/funnel-persistence.test.ts"
1109
+ },
1110
+ "./integration-adapter-supabase-crm/tests/lifecycle-sync.test": {
1111
+ "types": "./src/integration-adapter-supabase-crm/tests/lifecycle-sync.test.ts",
1112
+ "default": "./src/integration-adapter-supabase-crm/tests/lifecycle-sync.test.ts"
1113
+ },
1114
+ "./integration-adapter-supabase-crm/tests/stage-map.test": {
1115
+ "types": "./src/integration-adapter-supabase-crm/tests/stage-map.test.ts",
1116
+ "default": "./src/integration-adapter-supabase-crm/tests/stage-map.test.ts"
1117
+ },
1118
+ "./observability/tests/conventions.test": {
1119
+ "types": "./src/observability/tests/conventions.test.ts",
1120
+ "default": "./src/observability/tests/conventions.test.ts"
1121
+ },
1122
+ "./observability/tests/metric-registry.test": {
1123
+ "types": "./src/observability/tests/metric-registry.test.ts",
1124
+ "default": "./src/observability/tests/metric-registry.test.ts"
1125
+ },
1126
+ "./observability/tests/otlp-converter.pbt.test": {
1127
+ "types": "./src/observability/tests/otlp-converter.pbt.test.ts",
1128
+ "default": "./src/observability/tests/otlp-converter.pbt.test.ts"
1129
+ },
1130
+ "./observability/tests/otlp-converter.test": {
1131
+ "types": "./src/observability/tests/otlp-converter.test.ts",
1132
+ "default": "./src/observability/tests/otlp-converter.test.ts"
1133
+ },
1134
+ "./observability/tests/otlp-json.test": {
1135
+ "types": "./src/observability/tests/otlp-json.test.ts",
1136
+ "default": "./src/observability/tests/otlp-json.test.ts"
1137
+ },
1138
+ "./observability/tests/pusher.test": {
1139
+ "types": "./src/observability/tests/pusher.test.ts",
1140
+ "default": "./src/observability/tests/pusher.test.ts"
1141
+ },
1142
+ "./observability/tests/redact.pbt.test": {
1143
+ "types": "./src/observability/tests/redact.pbt.test.ts",
1144
+ "default": "./src/observability/tests/redact.pbt.test.ts"
1145
+ },
1146
+ "./observability/tests/redact.test": {
1147
+ "types": "./src/observability/tests/redact.test.ts",
1148
+ "default": "./src/observability/tests/redact.test.ts"
1149
+ },
1150
+ "./ontology/tests/catalogs.pbt.test": {
1151
+ "types": "./src/ontology/tests/catalogs.pbt.test.ts",
1152
+ "default": "./src/ontology/tests/catalogs.pbt.test.ts"
1153
+ },
1154
+ "./ontology/tests/enums.test": {
1155
+ "types": "./src/ontology/tests/enums.test.ts",
1156
+ "default": "./src/ontology/tests/enums.test.ts"
1157
+ },
1158
+ "./ontology/tests/sternsystem-owner.test": {
1159
+ "types": "./src/ontology/tests/sternsystem-owner.test.ts",
1160
+ "default": "./src/ontology/tests/sternsystem-owner.test.ts"
1161
+ },
1162
+ "./passport/tests/schema.pbt.test": {
1163
+ "types": "./src/passport/tests/schema.pbt.test.ts",
1164
+ "default": "./src/passport/tests/schema.pbt.test.ts"
1165
+ },
1166
+ "./passport/tests/schema.test": {
1167
+ "types": "./src/passport/tests/schema.test.ts",
1168
+ "default": "./src/passport/tests/schema.test.ts"
1169
+ },
1170
+ "./share/tests/api-catalog.test": {
1171
+ "types": "./src/share/tests/api-catalog.test.ts",
1172
+ "default": "./src/share/tests/api-catalog.test.ts"
1173
+ },
1174
+ "./share/tests/breadcrumbs.test": {
1175
+ "types": "./src/share/tests/breadcrumbs.test.ts",
1176
+ "default": "./src/share/tests/breadcrumbs.test.ts"
1177
+ },
1178
+ "./share/tests/build-page-price-markers.test": {
1179
+ "types": "./src/share/tests/build-page-price-markers.test.ts",
1180
+ "default": "./src/share/tests/build-page-price-markers.test.ts"
1181
+ },
1182
+ "./share/tests/capability.test": {
1183
+ "types": "./src/share/tests/capability.test.ts",
1184
+ "default": "./src/share/tests/capability.test.ts"
1185
+ },
1186
+ "./share/tests/claim.test": {
1187
+ "types": "./src/share/tests/claim.test.ts",
1188
+ "default": "./src/share/tests/claim.test.ts"
1189
+ },
1190
+ "./share/tests/content-ref-index.test": {
1191
+ "types": "./src/share/tests/content-ref-index.test.ts",
1192
+ "default": "./src/share/tests/content-ref-index.test.ts"
1193
+ },
1194
+ "./share/tests/create-dev-props-validator.test": {
1195
+ "types": "./src/share/tests/create-dev-props-validator.test.ts",
1196
+ "default": "./src/share/tests/create-dev-props-validator.test.ts"
1197
+ },
1198
+ "./share/tests/derivation.test": {
1199
+ "types": "./src/share/tests/derivation.test.ts",
1200
+ "default": "./src/share/tests/derivation.test.ts"
1201
+ },
1202
+ "./share/tests/dev-props-validator.test": {
1203
+ "types": "./src/share/tests/dev-props-validator.test.ts",
1204
+ "default": "./src/share/tests/dev-props-validator.test.ts"
1205
+ },
1206
+ "./share/tests/fleet-catalog.test": {
1207
+ "types": "./src/share/tests/fleet-catalog.test.ts",
1208
+ "default": "./src/share/tests/fleet-catalog.test.ts"
1209
+ },
1210
+ "./share/tests/formula-eval.test": {
1211
+ "types": "./src/share/tests/formula-eval.test.ts",
1212
+ "default": "./src/share/tests/formula-eval.test.ts"
1213
+ },
1214
+ "./share/tests/freshness.test": {
1215
+ "types": "./src/share/tests/freshness.test.ts",
1216
+ "default": "./src/share/tests/freshness.test.ts"
1217
+ },
1218
+ "./share/tests/hero-section-numbering-parity.test": {
1219
+ "types": "./src/share/tests/hero-section-numbering-parity.test.ts",
1220
+ "default": "./src/share/tests/hero-section-numbering-parity.test.ts"
1221
+ },
1222
+ "./share/tests/image-sitemap.test": {
1223
+ "types": "./src/share/tests/image-sitemap.test.ts",
1224
+ "default": "./src/share/tests/image-sitemap.test.ts"
1225
+ },
1226
+ "./share/tests/jsonld-service.test": {
1227
+ "types": "./src/share/tests/jsonld-service.test.ts",
1228
+ "default": "./src/share/tests/jsonld-service.test.ts"
1229
+ },
1230
+ "./share/tests/knowledge.test": {
1231
+ "types": "./src/share/tests/knowledge.test.ts",
1232
+ "default": "./src/share/tests/knowledge.test.ts"
1233
+ },
1234
+ "./share/tests/ledger.test": {
1235
+ "types": "./src/share/tests/ledger.test.ts",
1236
+ "default": "./src/share/tests/ledger.test.ts"
1237
+ },
1238
+ "./share/tests/llms-0789.test": {
1239
+ "types": "./src/share/tests/llms-0789.test.ts",
1240
+ "default": "./src/share/tests/llms-0789.test.ts"
1241
+ },
1242
+ "./share/tests/manifest.test": {
1243
+ "types": "./src/share/tests/manifest.test.ts",
1244
+ "default": "./src/share/tests/manifest.test.ts"
1245
+ },
1246
+ "./share/tests/markdown-twin-provenance.test": {
1247
+ "types": "./src/share/tests/markdown-twin-provenance.test.ts",
1248
+ "default": "./src/share/tests/markdown-twin-provenance.test.ts"
1249
+ },
1250
+ "./share/tests/mcp-card.test": {
1251
+ "types": "./src/share/tests/mcp-card.test.ts",
1252
+ "default": "./src/share/tests/mcp-card.test.ts"
1253
+ },
1254
+ "./share/tests/onboarding-yaml.test": {
1255
+ "types": "./src/share/tests/onboarding-yaml.test.ts",
1256
+ "default": "./src/share/tests/onboarding-yaml.test.ts"
1257
+ },
1258
+ "./share/tests/ontology-role-by-cosmic-name.test": {
1259
+ "types": "./src/share/tests/ontology-role-by-cosmic-name.test.ts",
1260
+ "default": "./src/share/tests/ontology-role-by-cosmic-name.test.ts"
1261
+ },
1262
+ "./share/tests/openapi.test": {
1263
+ "types": "./src/share/tests/openapi.test.ts",
1264
+ "default": "./src/share/tests/openapi.test.ts"
1265
+ },
1266
+ "./share/tests/organization-jsonld.test": {
1267
+ "types": "./src/share/tests/organization-jsonld.test.ts",
1268
+ "default": "./src/share/tests/organization-jsonld.test.ts"
1269
+ },
1270
+ "./share/tests/output-projection.test": {
1271
+ "types": "./src/share/tests/output-projection.test.ts",
1272
+ "default": "./src/share/tests/output-projection.test.ts"
1273
+ },
1274
+ "./share/tests/plan.test": {
1275
+ "types": "./src/share/tests/plan.test.ts",
1276
+ "default": "./src/share/tests/plan.test.ts"
1277
+ },
1278
+ "./share/tests/price-marker-resolver.test": {
1279
+ "types": "./src/share/tests/price-marker-resolver.test.ts",
1280
+ "default": "./src/share/tests/price-marker-resolver.test.ts"
1281
+ },
1282
+ "./share/tests/proof.test": {
1283
+ "types": "./src/share/tests/proof.test.ts",
1284
+ "default": "./src/share/tests/proof.test.ts"
1285
+ },
1286
+ "./share/tests/resolve-field-path.test": {
1287
+ "types": "./src/share/tests/resolve-field-path.test.ts",
1288
+ "default": "./src/share/tests/resolve-field-path.test.ts"
1289
+ },
1290
+ "./share/tests/source.test": {
1291
+ "types": "./src/share/tests/source.test.ts",
1292
+ "default": "./src/share/tests/source.test.ts"
1293
+ },
1294
+ "./share/tests/substitute-deep.test": {
1295
+ "types": "./src/share/tests/substitute-deep.test.ts",
1296
+ "default": "./src/share/tests/substitute-deep.test.ts"
1297
+ },
1298
+ "./share/tests/text-normalize.pbt.test": {
1299
+ "types": "./src/share/tests/text-normalize.pbt.test.ts",
1300
+ "default": "./src/share/tests/text-normalize.pbt.test.ts"
1301
+ },
1302
+ "./share/tests/text-normalize.test": {
1303
+ "types": "./src/share/tests/text-normalize.test.ts",
1304
+ "default": "./src/share/tests/text-normalize.test.ts"
1305
+ },
1306
+ "./share/tests/twin-path.test": {
1307
+ "types": "./src/share/tests/twin-path.test.ts",
1308
+ "default": "./src/share/tests/twin-path.test.ts"
1309
+ },
1310
+ "./surface/tests/eligibility.pbt.test": {
1311
+ "types": "./src/surface/tests/eligibility.pbt.test.ts",
1312
+ "default": "./src/surface/tests/eligibility.pbt.test.ts"
1313
+ },
1314
+ "./surface/tests/eligibility.test": {
1315
+ "types": "./src/surface/tests/eligibility.test.ts",
1316
+ "default": "./src/surface/tests/eligibility.test.ts"
1317
+ },
1318
+ "./share/legal/index": {
1319
+ "types": "./src/share/legal/index.ts",
1320
+ "default": "./src/share/legal/index.ts"
1321
+ },
1322
+ "./share/scripts": {
1323
+ "types": "./src/share/scripts/index.ts",
1324
+ "default": "./src/share/scripts/index.ts"
317
1325
  }
318
1326
  },
319
1327
  "scripts": {
@@ -336,6 +1344,7 @@
336
1344
  "hls.js": "^1.6.16",
337
1345
  "lenis": "^1.3.25",
338
1346
  "plyr": "^3.8.4",
1347
+ "gray-matter": "^4.0.3",
339
1348
  "yaml": "^2.9.0",
340
1349
  "zod": "^4.4.3"
341
1350
  },