UNPKG

@advidi-network/zod-to-reactive-form

Version:
49 lines (48 loc) 1.24 kB
{ "name": "@advidi-network/zod-to-reactive-form", "version": "1.2.3", "repository": { "type": "git", "url": "git+https://github.com/Advidi/zod-to-reactive-form.git" }, "keywords": [ "zod", "angular", "reactive-forms", "form", "generator", "converted", "schema" ], "description": "Zod to Reactive Form conversion library", "author": "Skoropad Aleksandr <alex@skoropad.dev>", "license": "MIT", "bugs": { "url": "https://github.com/Advidi/zod-to-reactive-form/issues" }, "homepage": "https://github.com/Advidi/zod-to-reactive-form#readme", "peerDependencies": { "@angular/forms": ">= 15.0.0", "zod": "^3.0.0" }, "publishConfig": { "access": "public" }, "sideEffects": false, "module": "fesm2022/advidi-network-zod-to-reactive-form.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/advidi-network-zod-to-reactive-form.mjs", "esm": "./esm2022/advidi-network-zod-to-reactive-form.mjs", "default": "./fesm2022/advidi-network-zod-to-reactive-form.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }