json-schema-to-typescript is used only by actor generate-schema-types, but pulls in ~12.5 MB of the install: prettier (9.5 MB, used just to format the generated types), lodash (1.4 MB), and js-yaml (0.9 MB). Replace it with a lighter codegen, or generate the types without prettier formatting.
Largest single lever identified in #1304. Part of #1305.
json-schema-to-typescriptis used only byactor generate-schema-types, but pulls in ~12.5 MB of the install: prettier (9.5 MB, used just to format the generated types), lodash (1.4 MB), and js-yaml (0.9 MB). Replace it with a lighter codegen, or generate the types without prettier formatting.Largest single lever identified in #1304. Part of #1305.