{
  "name": "@local-logic/sdks-js",
  "version": "1.24.65",
  "author": "Local Logic",
  "main": "./dist/index.umd.js",
  "type": "module",
  "module": "./dist/index.es.js",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "dev": "vite",
    "dev:sdks": "vite --open",
    "build": "vite build",
    "build:staging": "vite build --mode=staging",
    "stats": "STATS=1 vite build",
    "size": "yarn run build && size-limit",
    "lint": "TIMING=1 eslint --ext .js,.jsx,.ts,.tsx .",
    "check-types": "tsc --project ./tsconfig.json --noEmit",
    "check-cycles": "madge --circular --extensions js,jsx,ts,tsx --ts-config tsconfig.json src",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "preview": "vite preview",
    "prepublishOnly": "yarn run build",
    "test:start": "http-server -p 8080",
    "test:playwright": "npx playwright test",
    "test:run": "vite --port 8080 --mode test"
  },
  "dependencies": {
    "@local-logic/channel": "workspace:*",
    "async-mutex": "^0.5.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@local-logic/eslint-config": "workspace:*",
    "@local-logic/types": "workspace:*",
    "@playwright/test": "^1.58.2",
    "@size-limit/preset-small-lib": "^11.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.17.0",
    "dotenv": "^16.6.1",
    "eslint": "^9.39.2",
    "http-server": "^14.1.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jestconfig": "workspace:*",
    "rollup-plugin-visualizer": "^5.14.0",
    "size-limit": "^11.2.0",
    "tsconfig": "workspace:*",
    "typescript": "^5.9.2",
    "vite": "^8.0.16",
    "vite-plugin-dts": "^4.5.4"
  },
  "size-limit": [
    {
      "limit": "5 kB",
      "path": "dist/index.es.js",
      "brotli": true
    },
    {
      "limit": "5 kB",
      "path": "dist/index.umd.js",
      "brotli": true
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "rollup": "^4.0.2"
  }
}
