{
  "name": "@typebot.io/react",
  "version": "0.10.2",
  "description": "Convenient library to display typebots on your React app",
  "license": "FSL-1.1-ALv2",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/packages/embeds/react/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/packages/embeds/react/src/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "nx": {
    "targets": {
      "build": {
        "executor": "@nx/esbuild:esbuild",
        "outputs": [
          "{options.outputPath}"
        ],
        "defaultConfiguration": "production",
        "options": {
          "outputPath": "{workspaceRoot}/packages/embeds/react/dist",
          "main": "{workspaceRoot}/packages/embeds/react/src/index.ts",
          "additionalEntryPoints": [
            "{workspaceRoot}/packages/embeds/react/src/web.ts"
          ],
          "tsConfig": "{workspaceRoot}/packages/embeds/react/tsconfig.lib.json",
          "platform": "browser",
          "esbuildOptions": {
            "splitting": true
          },
          "format": [
            "esm"
          ],
          "bundle": true,
          "thirdParty": true,
          "external": [
            "react",
            "react/jsx-runtime"
          ],
          "declaration": true
        },
        "configurations": {
          "development": {
            "minify": false,
            "deleteOutputPath": false
          },
          "production": {
            "minify": true
          }
        }
      }
    }
  },
  "dependencies": {
    "react": "^19.2.4",
    "@typebot.io/js": "0.10.2"
  },
  "devDependencies": {
    "@types/react": "^19.2.14"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
