{
  "name": "@blotoutio/providers-shop-gpt-sdk",
  "version": "1.55.1",
  "description": "Shop GPT SDK for EdgeTag",
  "author": "Blotout",
  "license": "MIT",
  "homepage": "https://github.com/blotoutio/edgetag-sdk",
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.cjs.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "require": "./index.cjs.js",
      "import": "./index.mjs",
      "default": "./index.js"
    },
    "./stores/shopify/index.js": {
      "require": "./stores/shopify/index.cjs.js",
      "import": "./stores/shopify/index.mjs",
      "default": "./stores/shopify/index.js"
    },
    "./stores/big-commerce/index.js": {
      "require": "./stores/big-commerce/index.cjs.js",
      "import": "./stores/big-commerce/index.mjs",
      "default": "./stores/big-commerce/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blotoutio/edgetag-sdk.git"
  },
  "files": [
    "package.json",
    "README.md",
    "index.js",
    "index.cjs.js",
    "index.mjs",
    "index.d.ts",
    "stores/shopify/index.js",
    "stores/shopify/index.cjs.js",
    "stores/shopify/index.mjs",
    "stores/big-commerce/index.js",
    "stores/big-commerce/index.cjs.js",
    "stores/big-commerce/index.mjs"
  ]
}
