{
  "name": "@stepperize/react",
  "version": "5.1.6",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "The library for building step-by-step workflows for React and React Native apps",
  "author": "damianricobelli",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/damianricobelli/stepperize.git",
    "directory": "packages/react"
  },
  "homepage": "https://stepperize.vercel.app",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "dependencies": {
    "@stepperize/core": "1.2.6"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.18",
    "react": "^18.3.1",
    "terser": "^5.39.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "turbo lint",
    "clean": "rm -rf .turbo && rm -rf node_modules dist"
  }
}