{
  "name": "@sprig-technologies/sprig-bundled",
  "description": "npm package for the sprig web sdk with bundled dependencies",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc && vite build --mode $mode && rollup -c",
    "dev": "vite",
    "dev:staging": "vite --mode staging",
    "dev:prod": "vite --mode production"
  },
  "dependencies": {
    "@mux/upchunk": "3.2.0",
    "@rrweb/record": "2.0.0-alpha.17"
  },
  "keywords": [
    "sprig",
    "extension",
    "browser"
  ],
  "author": "Sprig",
  "license": "SEE LICENSE IN LICENSE.md",
  "version": "1.1.8"
}
