{
  "name": "@whereby.com/core",
  "description": "Core library for whereby.com sdk",
  "author": "Whereby AS",
  "version": "1.18.7",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/*.js",
    "dist/*.cjs",
    "dist/*.mjs",
    "dist/*.d.ts",
    "dist/*.d.cts",
    "dist/*.d.mts",
    "dist/redux/*.js",
    "dist/redux/*.cjs",
    "dist/redux/*.mjs",
    "dist/redux/*.d.ts",
    "dist/redux/*.d.cts",
    "dist/redux/*.d.mts",
    "redux/package.json"
  ],
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./redux": {
      "import": {
        "types": "./dist/redux/index.d.mts",
        "default": "./dist/redux/index.mjs"
      },
      "require": {
        "types": "./dist/redux/index.d.cts",
        "default": "./dist/redux/index.cjs"
      }
    }
  },
  "devDependencies": {
    "@types/btoa": "^1.2.3",
    "@types/chrome": "^0.0.210",
    "deep-object-diff": "^1.1.9",
    "dotenv": "^16.4.5",
    "dotenv-run-script": "^0.4.1",
    "tslib": "^2.4.1",
    "uuid": "^9.0.1",
    "yalc": "^1.0.0-pre.53",
    "eslint": "^9.29.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "@whereby.com/eslint-config": "0.1.0",
    "@whereby.com/jest-config": "0.1.0",
    "@whereby.com/prettier-config": "0.1.0",
    "@whereby.com/rollup-config": "0.1.1",
    "@whereby.com/tsconfig": "0.1.0"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.2.3",
    "@whereby.com/media": "9.7.4",
    "@whereby.com/audio-denoiser": "1.0.14",
    "@whereby.com/camera-effects": "1.1.3",
    "axios": "^1.11.0",
    "btoa": "^1.2.1",
    "events": "^3.3.0"
  },
  "prettier": "@whereby.com/prettier-config",
  "scripts": {
    "clean": "rimraf dist node_modules .turbo",
    "build": "rimraf dist && node --max-old-space-size=8192 ../../node_modules/rollup/dist/bin/rollup -c rollup.config.js",
    "test": "pnpm test:lint && pnpm test:unit",
    "test:lint": "eslint src/",
    "test:unit": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js",
    "test:unit:watch": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --watch",
    "test:attw": "attw --pack . -f table"
  }
}