{
  "name": "zod-formik-adapter",
  "version": "2.0.0",
  "description": "An adapter of zod object validation to Formik validation schema",
  "main": "./dist/index.js",
  "author": "Matheus Robert Lichtnow <matheusrobert8@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/robertLichtnow/zod-formik-adapter"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage",
    "test:ci": "jest --ci --coverage",
    "build:clean": "rm -rf dist && yarn build"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "formik": "~2.2.9",
    "jest": "^30.1.3",
    "react": "~17.0.2",
    "semantic-release": "^17.4.5",
    "ts-jest": "^29.4.1",
    "typescript": "^5.9.2",
    "zod": "^4.0.14"
  },
  "peerDependencies": {
    "formik": "^2.2.9",
    "zod": "4.x"
  }
}
