zod-to-ts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>zod-to-ts</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>zod-to-ts</artifactId> <version>1.2.0</version> <name>zod-to-ts</name> <description>generate TypeScript types from your Zod schema</description> <url>https://github.com/sachinraja/zod-to-ts#readme</url> <organization> <name>zod-to-ts</name> <url>https://github.com/sachinraja/zod-to-ts#readme</url> </organization> <licenses> <license> <name>none</name> </license> </licenses> <developers> <developer> <name>sachinraja</name> <email>sachinraja2349@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/sachinraja/zod-to-ts.git</connection> <developerConnection>https://github.com/sachinraja/zod-to-ts.git</developerConnection> <url>https://github.com/sachinraja/zod-to-ts</url> </scm> <issueManagement> <url>https://github.com/sachinraja/zod-to-ts/issues</url> </issueManagement> <properties> <org.mvnpm-zod.version>[3,4)</org.mvnpm-zod.version> <org.mvnpm-typescript.version>[4.9.4,5),[5.0.2,6)</org.mvnpm-typescript.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>typescript</artifactId> <version>${org.mvnpm-typescript.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>zod</artifactId> <version>${org.mvnpm-zod.version}</version> </dependency> </dependencies> </project>