{
  "author": "support@purpledotprice.com",
  "name": "@purple-dot/browser",
  "description": "Purple Dot Browser SDK",
  "license": "Apache-2.0",
  "version": "0.2.6",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/purple-dot/browser.git"
  },
  "bugs": {
    "url": "https://github.com/purple-dot/browser/issues"
  },
  "homepage": "https://github.com/purple-dot/browser#readme",
  "files": [
    "dist/**/*"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./availability": "./dist/availability.js",
    "./api": "./dist/api.js",
    "./checkout": "./dist/checkout.js",
    "./cart": "./dist/cart.js",
    "./shopify-ajax-cart": "./dist/shopify-ajax-cart.js",
    "./shopify-ajax-interceptors": "./dist/shopify-ajax-cart-interceptors.js",
    "./shopify-storefront-cart": "./dist/shopify-storefront-cart.js",
    "./feature-flags": "./dist/feature-flags/index.js"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.6",
    "@testing-library/dom": "^9.3.1",
    "@tsconfig/recommended": "^1.0.2",
    "@types/js-cookie": "^3.0.3",
    "@types/uuid": "^9.0.2",
    "@vitest/coverage-v8": "^4.0.10",
    "happy-dom": "^20.0.0",
    "http-server": "^14.1.1",
    "jsdom": "22.1.0",
    "typescript": "^5.1.6",
    "vitest": "^4.0.10",
    "vitest-fetch-mock": "^0.4.5",
    "whatwg-fetch": "^3.6.2"
  },
  "dependencies": {
    "js-cookie": "^3.0.5",
    "murmurhash": "^2.0.1",
    "uuid": "^9.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "lint": "biome ci src/ tests/",
    "typecheck": "tsc --noEmit && tsc --noEmit --project tsconfig.tests.json",
    "lint:fix": "biome check --write --unsafe src/ tests/",
    "format": "biome check --write --unsafe src/ tests/",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  }
}