UNPKG

@duplojs/zod-to-typescript

Version:
72 lines 1.75 kB
{ "name": "@duplojs/zod-to-typescript", "version": "0.4.0", "author": "duplojs", "contributors": [ { "name": "mathcovax", "url": "https://github.com/mathcovax" }, { "name": "ZeRiix", "url": "https://github.com/ZeRiix" } ], "license": "MIT", "type": "module", "repository": "https://github.com/duplojs/zod-to-typescript", "scripts": { "build": "rollup --config && tsc-alias -p tsconfig.build.json", "test:tu": "vitest --coverage", "test:tu:watch": "vitest --coverage --watch", "test:tu:update": "vitest --coverage --update", "test:types": "npm run test:types:scripts", "test:types:scripts": "tsc", "test:lint": "eslint", "test:lint:fix": "eslint --fix", "prepare": "husky" }, "types": "./dist/index.d.ts", "exports": { "default": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "dependencies": { "typescript": "5.5.4" }, "peerDependencies": { "zod": ">=3.23.8 <4.0.0" }, "devDependencies": { "@commitlint/cli": "19.7.1", "@commitlint/config-conventional": "19.2.2", "@duplojs/eslint": "0.4.0", "@rollup/plugin-typescript": "12.1.2", "@types/node": "22.1.0", "@vitest/coverage-istanbul": "3.0.5", "eslint": "9.20.0", "husky": "9.1.7", "rollup": "4.34.6", "rollup-plugin-esbuild": "6.2.0", "tsc-alias": "1.8.10", "tslib": "2.8.1", "typescript": "5.7.3", "vite-tsconfig-paths": "5.1.4", "vitest": "3.0.5" }, "keywords": [ "zod", "typescript", "zod-to-ts", "zod-typescript", "typescript-generator", "type-generation" ] }