{
  "name": "@brytdesigns/shopify-product-info-components",
  "version": "1.1.8",
  "description": "Headless web components used to render product information based on active product variants",
  "main": "./dist/main/index.js",
  "module": "./dist/main/index.js",
  "types": "./dist/main/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main/index.d.ts",
      "module": "./dist/main/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "Bryt Designs",
  "license": "ISC",
  "dependencies": {
    "component-register": "0.8.7",
    "solid-element": "^1.9.1",
    "solid-js": "^1.9.9",
    "@brytdesigns/web-component-core": "1.1.5"
  },
  "devDependencies": {
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.4.0"
  },
  "scripts": {
    "build": "tsup --clean",
    "typecheck": "tsc --noEmit"
  }
}