{
  "name": "@flows/react",
  "version": "1.26.3",
  "description": "Flows React SDK – Build native product growth experiences, your way",
  "keywords": [
    "react",
    "ux",
    "guide",
    "spotlight",
    "popover",
    "overlay",
    "users",
    "saas",
    "onboarding",
    "tour",
    "walkthrough",
    "user-onboarding",
    "feature-introductions",
    "onboarding-tool",
    "product-adoption",
    "product-tours"
  ],
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RBND-studio/flows-sdk.git"
  },
  "homepage": "https://flows.sh",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.12.0",
    "@types/react": "^19.2.17",
    "@typescript/native": "npm:typescript@^7.0.2",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "ts-jest": "^29.4.11",
    "tsup": "^8.5.1",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "@flows/shared": "1.0.0",
    "@flows/styles": "1.0.0"
  },
  "peerDependencies": {
    "react": ">=17.0.2"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "es-toolkit": "^1.49.0"
  },
  "scripts": {
    "dev": "tsup --env.NODE_ENV development",
    "build": "tsup --env.NODE_ENV production",
    "tsc": "tsc -p tsconfig.json",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  }
}