{
  "name": "react-guide-step",
  "version": "0.7.0",
  "description": "A lightweight, zero-dependency React component for building interactive product tours, onboarding walkthroughs, and step-by-step guided experiences with spotlight overlay",
  "type": "module",
  "main": "./dist/react-guide-step.cjs",
  "module": "./dist/react-guide-step.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/react-guide-step.js",
      "require": "./dist/react-guide-step.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "cd demo && npx vite",
    "build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "build:demo": "cd demo && npx vite build",
    "preview": "cd demo && npx vite preview"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "typescript": "^5.5.0",
    "vite": "^5.4.0",
    "vite-plugin-dts": "^4.0.0"
  },
  "keywords": [
    "react-guide-step",
    "react-guide-tour",
    "react",
    "guide",
    "tour",
    "onboarding",
    "step",
    "walkthrough",
    "tooltip",
    "spotlight",
    "product-tour",
    "user-guide",
    "react-tour",
    "react-onboarding",
    "guided-tour",
    "intro",
    "tutorial",
    "coachmark",
    "popover",
    "overlay",
    "react-component",
    "lightweight"
  ],
  "license": "MIT",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rodson/react-guide-step.git"
  },
  "homepage": "https://github.com/rodson/react-guide-step#readme",
  "bugs": {
    "url": "https://github.com/rodson/react-guide-step/issues"
  }
}
