{
  "name": "@magicbell/embeddable",
  "version": "3.5.1",
  "main": "dist/magicbell.min.js",
  "esmodule": "dist/magicbell.esm.js",
  "module": "dist/magicbell.esm.js",
  "unpkg": "dist/magicbell.esm.min.js",
  "homepage": "https://www.magicbell.com/docs/libraries",
  "repository": {
    "type": "git",
    "url": "https://github.com/magicbell/magicbell-js.git"
  },
  "author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
  "contributors": [
    "Josue Montano <josuemontanoa@gmail.com>",
    "Stephan Meijer <stephan.meijer@gmail.com>",
    "Eric Hosick <erichosick@gmail.com>"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "clean": "rimraf dist",
    "build": "run-s clean build:check build:bundle:* build:attw",
    "build:bundle:dev": "vite build",
    "build:bundle:prod": "vite build --minify",
    "build:check": "run-s build:check:*",
    "build:check:esm": "tsc --project tsconfig.esm.json --noEmit",
    "build:check:cjs": "tsc --project tsconfig.cjs.json --noEmit",
    "start": "vite build --watch",
    "build:attw": "attw -P",
    "cypress": "cypress run",
    "cypress:headed": "cypress open",
    "test": "start-server-and-test 'yarn start' http://localhost:10001 'yarn cypress'",
    "test:watch": "start-server-and-test 'yarn start' http://localhost:10001 'yarn cypress:headed'"
  },
  "dependencies": {
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@floating-ui/react": "^0.27.0",
    "@magicbell/magicbell-react": "11.5.1",
    "error-stack-parser": "^2.1.4",
    "preact": "^10.25.0",
    "react-frame-component": "^5.2.6",
    "tslib": "^2.8.0"
  },
  "devDependencies": {
    "cypress": "8.7.0",
    "start-server-and-test": "^1.15.4"
  },
  "files": [
    "package.json",
    "dist"
  ],
  "type": "module"
}
