{
  "name": "formik-validation-adaptors",
  "version": "1.2.3",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "test:coverage": "vitest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kom50/formik-validation-adapters.git"
  },
  "keywords": [
    "formik",
    "validation",
    "zod",
    "joi",
    "adaptors"
  ],
  "author": "kom50",
  "license": "ISC",
  "description": "A lightweight utility to integrate Zod and Joi validation with Formik.",
  "dependencies": {
    "joi": "^17.13.3",
    "vest": "^5.4.6",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@vitest/coverage-istanbul": "^3.0.7",
    "typescript": "^5.7.3",
    "vitest": "^3.0.7"
  }
}
