{
  "name": "@shoppexio/storefront",
  "version": "1.0.81",
  "description": "Official JavaScript storefront SDK for Shoppex",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShoppexIO/storefront-js.git"
  },
  "homepage": "https://docs.shoppex.io/sdk/introduction",
  "bugs": {
    "url": "https://github.com/ShoppexIO/storefront-js/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./customer": {
      "types": "./dist/customer.d.ts",
      "import": "./dist/customer.js",
      "require": "./dist/customer.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "biome lint src",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "shoppex",
    "storefront",
    "sdk",
    "checkout"
  ],
  "author": "Shoppex",
  "license": "MIT"
}
