@sprig-technologies/sprig-bundled
Version:
npm package for the sprig web sdk with bundled dependencies
35 lines (34 loc) • 786 B
JSON
{
"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": "file:../rrweb/record"
},
"keywords": [
"sprig",
"extension",
"browser"
],
"author": "Sprig",
"license": "SEE LICENSE IN LICENSE.md",
"version": "2.45.0"
}