{
  "name": "@webhouse/cms-shop",
  "version": "0.4.20",
  "description": "E-commerce module for @webhouse/cms — products, cart, Stripe checkout, shipping (GLS/DAO/PostNord/Bring), returns, discounts, AI product creation",
  "type": "module",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./collections": {
      "types": "./dist/collections/index.d.ts",
      "import": "./dist/collections/index.js",
      "require": "./dist/collections/index.cjs"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "require": "./dist/types.cjs"
    },
    "./stripe": {
      "types": "./dist/stripe/index.d.ts",
      "import": "./dist/stripe/index.js",
      "require": "./dist/stripe/index.cjs"
    },
    "./cart": {
      "types": "./dist/cart/index.d.ts",
      "import": "./dist/cart/index.js",
      "require": "./dist/cart/index.cjs"
    },
    "./checkout": {
      "types": "./dist/checkout/index.d.ts",
      "import": "./dist/checkout/index.js",
      "require": "./dist/checkout/index.cjs"
    },
    "./webhooks": {
      "types": "./dist/webhooks/index.d.ts",
      "import": "./dist/webhooks/index.js",
      "require": "./dist/webhooks/index.cjs"
    },
    "./storefront": {
      "types": "./dist/storefront/index.d.ts",
      "import": "./dist/storefront/index.js",
      "require": "./dist/storefront/index.cjs"
    },
    "./islands": {
      "types": "./dist/islands/index.d.ts",
      "import": "./dist/islands/index.js",
      "require": "./dist/islands/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webhousecode/cms.git",
    "directory": "packages/cms-shop"
  },
  "homepage": "https://docs.webhouse.app",
  "dependencies": {
    "@webhouse/cms": "^0.4.20",
    "stripe": "^22.1.0"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vite": "^7.3.5",
    "vitest": "^4.1.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "cms",
    "ecommerce",
    "shop",
    "stripe",
    "shipping",
    "webhouse"
  ]
}
