Convert Valibot validation schemas to JSON Schema format
> [!CAUTION] > This project is now deprecated as Valibot now has an official JSON schema converter in the [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema). > The command line interface is moved to the p
valibot-json-schema$ valibot-json-schema input.ts --output schema.json$ valibot-json-schema --schema MyValidator --output output.json$ valibot-json-schema --help