{
  "name": "unleash-proxy-client",
  "version": "3.7.8",
  "description": "A browser client that can be used together with Unleash Edge or the Unleash Frontend API.",
  "type": "module",
  "main": "./build/index.cjs",
  "types": "./build/cjs/index.d.ts",
  "browser": "./build/main.min.js",
  "module": "./build/main.esm.js",
  "exports": {
    ".": {
      "import": "./build/main.esm.js",
      "node": "./build/index.cjs",
      "require": "./build/index.cjs",
      "types": "./build/cjs/index.d.ts",
      "default": "./build/main.min.js"
    }
  },
  "files": [
    "build",
    "examples",
    "src"
  ],
  "scripts": {
    "build": "rm -rf build && rollup -c rollup.config.mjs",
    "prepack": "yarn build",
    "format": "prettier src --write --loglevel warn",
    "lint": "prettier src --check && eslint src",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unleash/unleash-proxy-client-js.git"
  },
  "author": "@Unleash",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/unleash/unleash-proxy-client-js/issues"
  },
  "homepage": "https://github.com/unleash/unleash-proxy-client-js#readme",
  "dependencies": {
    "tiny-emitter": "^2.1.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@babel/runtime": "^7.23.1",
    "@rollup/plugin-commonjs": "^25.0.5",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/jest": "^29.5.5",
    "@types/uuid": "^9.0.5",
    "@typescript-eslint/eslint-plugin": "^6.7.5",
    "@typescript-eslint/parser": "^6.7.5",
    "eslint": "^8.51.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fetch-mock": "3.0.3",
    "jest-localstorage-mock": "^2.4.26",
    "prettier": "^3.0.3",
    "rollup": "^3.29.4",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2",
    "uglify-js": "^3.17.4"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "es2021": true,
      "node": true
    },
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/recommended"
    ],
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "ecmaVersion": "latest",
      "sourceType": "module"
    },
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "@typescript-eslint/no-explicit-any": "off"
    }
  },
  "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
