{
  "name": "@loomhq/loom-sdk",
  "version": "2.31.0",
  "description": "The Loom Software Development Kit.",
  "author": "@loomhq/platform",
  "license": "SEE LICENSE IN license.md",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/loom-sdk.d.ts",
  "typesVersions": {
    "*": {
      "is-supported": [
        "dist/is-supported.d.ts"
      ]
    }
  },
  "engines": {
    "node": ">=12",
    "npm": ">=6"
  },
  "files": [
    "/dist/esm",
    "/dist/cjs",
    "/dist/loom-sdk.d.ts",
    "/dist/is-supported.d.ts"
  ],
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    },
    "./package.json": "./package.json",
    "./is-supported": {
      "require": "./dist/cjs/is-supported.js",
      "import": "./dist/esm/is-supported.js"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.13.15",
    "@emotion/cache": "^11.4.0",
    "@emotion/core": "10.1.1",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "10.0.27",
    "@loomhq/bundler": "1.0.4",
    "@loomhq/camera-bubble": "11.0.0",
    "@loomhq/enums": "2.2.0",
    "@loomhq/esbuild-plugin-umd": "^0.4.2",
    "@loomhq/iframe-redux": "0.1.3",
    "@loomhq/json-web-utilities": "1.4.1",
    "@loomhq/lens": "10.19.0",
    "@loomhq/media-utilities": "2.1.1",
    "@loomhq/outcomes": "2.1.27",
    "@loomhq/sdk-background": "1.24.1",
    "@loomhq/sdk-store": "0.21.0",
    "@loomhq/third-party-cookie-check": "2.0.7",
    "@loomhq/tsconfig": "1.0.3",
    "@reduxjs/toolkit": "^1.5.0",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.3",
    "@types/jest": "^26.0.24",
    "@types/react": "17.0.1",
    "@types/react-dom": "17.0.1",
    "@types/redux-mock-store": "^1.0.2",
    "@types/ua-parser-js": "^0.7.35",
    "babel-jest": "^26.6.3",
    "cypress": "^9.1.1",
    "date-fns": "2.21.3",
    "deepmerge": "^4.2.2",
    "esbuild-plugin-text-replace": "^1.1.3",
    "eventemitter3": "^4.0.7",
    "jest": "^26.6.3",
    "memoize-one": "^5.1.1",
    "raf": "^3.4.1",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-draggable": "^4.4.3",
    "react-error-boundary": "^3.1.0",
    "react-redux": "^7.2.2",
    "react-shadow": "^19.0.1",
    "redux": "^4.0.5",
    "redux-mock-store": "^1.5.4",
    "redux-thunk": "^2.3.0",
    "rollup": "^2.57.0",
    "rollup-plugin-dts": "^4.0.0",
    "serialize-error": "^8.0.1",
    "styled-components": "^5.1.1",
    "ts-jest": "^26.5.6",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.2",
    "ua-parser-js": "^0.7.25",
    "webext-redux": "^2.1.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "scripts": {
    "clean:build": "rm -rf ./dist",
    "build": "node build.mjs",
    "build:types": "pnpm build:types:declarations && pnpm build:types:bundle",
    "build:types:declarations": "tsc",
    "build:types:bundle": "rollup -c || true && cp ./dist/loom-sdk.d.ts ./dist/cjs/safe.d.ts",
    "build:watch": "node build.watch.js",
    "test": "jest --maxWorkers=2",
    "test:cypress": "cypress run"
  },
  "readme": "# @loomhq/loom-sdk\n\nSee our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!\n"
}