react-zod-form
Version:
Simple form validation and values transformation.
50 lines (49 loc) • 1.25 kB
JSON
{
"type": "module",
"name": "react-zod-form",
"version": "0.4.1",
"description": "Simple form validation and values transformation.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && npm run build:rollup && tsc",
"build:rollup": "rollup --config"
},
"sideEffects": false,
"peerDependencies": {
"react": "^18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc/core": "^1.3.96",
"@types/jest": "^29.5.6",
"@types/react": "^18.2.36",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"rollup": "^4.3.0",
"rollup-plugin-swc3": "^0.10.3",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrameMuse/react-zod-form.git"
},
"keywords": [
"zod",
"typescript",
"form",
"form validation"
],
"author": "FrameMuse",
"license": "MIT",
"bugs": {
"url": "https://github.com/FrameMuse/react-zod-form/issues"
},
"homepage": "https://github.com/FrameMuse/react-zod-form#readme"
}