{
  "name": "smartstepper",
  "description": "smart-stepper is a powerful React component that simplifies the creation of multi-step forms with state management, validation, and a flexible UI approach. It utilizes a state machine concept to manage step transitions, ensuring a smooth and controlled user experience",
  "version": "1.9.5",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "release": "release-it"
  },
  "release-it": {
    "git": false
  },
  "author": {
    "name": "Milad shirian dehkordi",
    "email": "milad.xsar72@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Miladxsar23/smartstepper"
  },
  "bugs": {
    "url": "https://github.com/Miladxsar23/smartstepper/issues",
    "email": "milad.xsar72@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "react-stepper",
    "multi-step-form",
    "react-hook-form-integration",
    "form-step-validation",
    "stepper-with-validation",
    "react-form-library",
    "stepper-component",
    "nested-steps",
    "react-form-validation",
    "smart-stepper",
    "dynamic-form-builder",
    "state-machine-stepper",
    "customizable-form-stepper",
    "react-yup-validation",
    "controlled-stepper",
    "form-wizard",
    "step-navigation",
    "form-unregister-fields",
    "react-custom-stepper",
    "multi-layered-forms"
  ],
  "dependencies": {
    "react-hook-form": "^7.48.2"
  },
  "devDependencies": {
    "react": "^18.2.0"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.js"
    }
  }
}
