{
  "name": "vwo-fme-react-sdk",
  "version": "1.50.0",
  "description": "VWO React SDK for Feature Management and Experimentation",
  "source": "lib/index.ts",
  "main": "dist/vwo-fme-react-sdk.cjs.production.min.js",
  "module": "dist/vwo-fme-react-sdk.esm.js",
  "browser": "dist/vwo-fme-react-sdk.umd.production.min.js",
  "exports": {
    ".": {
      "import": "./dist/vwo-fme-react-sdk.esm.js",
      "require": "./dist/vwo-fme-react-sdk.cjs.production.min.js",
      "types": "./dist/index.d.ts",
      "browser": {
        "import": "./dist/vwo-fme-react-sdk.umd.production.min.js",
        "require": "./dist/vwo-fme-react-sdk.umd.production.min.js"
      },
      "default": "./dist/vwo-fme-react-sdk.umd.production.min.js"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build:watch": "tsdx watch",
    "build": "tsdx build --format cjs,esm,umd",
    "check:license": "yarn check:versions && node -e 'require(\"./scripts/check-license\")'",
    "check:versions": "node -e 'require(\"./scripts/check-versions\")'",
    "demo": "nodemon --inspect=0.0.0.0:9229 --legacy-watch --ignore node_modules demo/index.js",
    "demo:server": "nodemon --inspect=0.0.0.0:9229 --legacy-watch --ignore node_modules demo/server.js",
    "lint": "node -e 'require(\"./scripts/check-versions\")([\"nodeLint\"])' && eslint lib/ --fix",
    "lint:errors-only": "node -e 'require(\"./scripts/check-versions\")([\"nodeLint\"])' && eslint **/*.ts' --fix --quiet",
    "prepare": "husky",
    "prettier": "prettier -w lib/**/*.ts *.md",
    "test:dev": "node --inspect-brk node_modules/jest/bin/jest.js --watch --runInBand --debug --colors --errorOnDeprecated",
    "test:prod": "jest --runInBand --colors --errorOnDeprecated",
    "test:coverage": "jest --coverage --coverageDirectory=coverage && cat ./coverage/lcov.info",
    "tsc": "yarn check:versions && rm -rf dist/server-unpacked && cp package.json dist/ && tsc -w",
    "tsc:prod": "yarn check:versions && rm -rf dist/server-unpacked && tsc && cp package.json dist/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wingify/vwo-fme-react-sdk"
  },
  "author": "VWO developers",
  "license": "Apache-2.0",
  "files": [
    "dist/",
    "package.json",
    "yarn.lock",
    "lib/**/*",
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md",
    "NOTICE"
  ],
  "dependencies": {
    "@wingify/service-logger": "^0.1.0",
    "@wingify/util-check-license-header": "^0.1.0",
    "@wingify/util-data-type": "^0.1.0",
    "vwo-fme-node-sdk": "^1.50.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@eslint/js": "^9.2.0",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-replace": "^5.0.7",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "12",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.2.43",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.1.3",
    "eslint": "^8.57.1",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^26.1.0",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "rollup-plugin-banner2": "^1.3.1",
    "semver": "^7.6.0",
    "shelljs": "^0.8.5",
    "ts-jest": "^29.3.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.8.1",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.8.0",
    "wingify-fme-node-sdk": "^1.50.0"
  },
  "lint-staged": {
    "**/*.{ts,json,md}": [
      "prettier --write"
    ]
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 8.9.0",
    "yarn": ">= 1.22.17"
  },
  "customEngines": {
    "nodeLint": ">= 18.18.0"
  }
}
