{
  "version": "1.5.2",
  "name": "@fast-simon/storefront-kit",
  "description": "A comprehensive kit for developing storefronts with Fast Simon components, utilities, and React/Hydrogen support.",
  "author": "Fast Simon",
  "license": "ISC",
  "keywords": [
    "fast simon",
    "remix",
    "shopify",
    "hydrogen",
    "smart collection",
    "instant search",
    "autocomplete",
    "search results"
  ],
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "build": "vite build && tsc -p tsconfig.json --emitDeclarationOnly",
    "dev": "shopify hydrogen dev --codegen",
    "preview": "shopify hydrogen preview --build",
    "lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "codegen": "shopify hydrogen codegen"
  },
  "main": "./dist/storefront-kit.cjs.js",
  "module": "./dist/storefront-kit.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/storefront-kit.es.js",
      "require": "./dist/storefront-kit.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "devDependencies": {
    "@remix-run/react": "^2.13.1",
    "@types/react": "^18.2.22",
    "@shopify/hydrogen": "^2024.10.0",
    "react": "^18.2.0",
    "@shopify/oxygen-workers-types": "^4.1.6",
    "@fast-simon/types": "1.0.32",
    "@shopify/remix-oxygen": "^2.0.9",
    "vite": "^5.1.0",
    "typescript": "^5.2.2",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react": "^4.2.1",
    "@types/node": "^20.11.0",
    "vite-plugin-dts": "3.9.1",
    "vitest": "^3.0.0",
    "jsdom": "^26.0.0"
  }
}
