{
  "name": "@brytdesigns/shopify-ajax-cart",
  "version": "1.1.8",
  "description": "Reactive state management solution for the Ajax Cart API library",
  "main": "./dist/main/index.js",
  "module": "./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": [],
  "author": "Bryt Designs",
  "license": "ISC",
  "dependencies": {
    "@tanstack/query-persist-client-core": "^5.85.9",
    "@tanstack/solid-query": "^5.85.9",
    "lz-string": "^1.5.0",
    "solid-js": "^1.9.9",
    "@brytdesigns/shopify-ajax-cart-api": "1.0.43"
  },
  "devDependencies": {
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.4.0"
  },
  "scripts": {
    "build": "tsup --clean",
    "typecheck": "tsc --noEmit",
    "test": "vitest run"
  }
}