{
  "name": "@brytdesigns/shopify-hybrid-cart-components",
  "version": "0.2.41",
  "description": "",
  "main": "./dist/main/index.js",
  "types": "./dist/main/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main/index.d.ts",
      "module": "./dist/main/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "dependencies": {
    "component-register": "^0.8.7",
    "lodash.debounce": "^4.0.8",
    "solid-js": "^1.9.9",
    "@brytdesigns/web-component-utils": "0.1.14",
    "@brytdesigns/shopify-hybrid-cart": "0.1.46"
  },
  "author": "Bryt Designs",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.9",
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.4.0",
    "@repo/js-delivr-imports-plugin": "1.1.5"
  },
  "scripts": {
    "build": "tsup --clean",
    "typecheck": "tsc --noEmit"
  }
}