{
  "name": "@reflag/browser-sdk",
  "version": "1.7.3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/reflagcom/javascript.git"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/reflag-browser-sdk.umd.js",
  "types": "./dist/types/src/index.d.ts",
  "react-native": "./dist/index.native.js",
  "exports": {
    ".": {
      "types": "./dist/types/src/index.d.ts",
      "react-native": "./dist/index.native.js",
      "import": "./dist/reflag-browser-sdk.mjs",
      "require": "./dist/reflag-browser-sdk.umd.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc --project tsconfig.native.json && tsc --project tsconfig.build.json && vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "yarn build && playwright test",
    "test:ci": "yarn test --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e",
    "coverage": "yarn test --coverage",
    "lint": "oxlint .",
    "lint:ci": "oxlint .",
    "format": "yarn fmt:fix && yarn lint:fix",
    "preversion": "yarn lint && yarn fmt && yarn test && yarn build",
    "lint:fix": "oxlint --fix .",
    "fmt": "oxfmt --check .",
    "fmt:fix": "oxfmt --write ."
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.8",
    "fast-equals": "^5.2.2",
    "js-cookie": "^3.0.5",
    "preact": "^10.22.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.49.1",
    "@reflag/tsconfig": "0.0.2",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^22.12.0",
    "@vitest/coverage-v8": "4.1.11",
    "c8": "~10.1.3",
    "http-server": "^14.1.1",
    "jsdom": "^24.1.0",
    "msw": "^2.3.4",
    "nock": "^14.0.1",
    "postcss": "^8.4.33",
    "postcss-nesting": "^12.0.2",
    "postcss-preset-env": "^9.3.0",
    "typescript": "^5.7.3",
    "vite": "^6.4.2",
    "vite-plugin-dts": "^4.0.0-beta.1",
    "vite-plugin-static-copy": "^2.3.2",
    "vitest": "^4.1.11"
  },
  "packageManager": "yarn@4.1.1"
}
