{
  "name": "@brytdesigns/shopify-utils",
  "version": "1.2.22",
  "private": false,
  "type": "module",
  "main": "./dist/main/index.js",
  "types": "./dist/main/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main/index.d.ts",
      "import": "./dist/main/index.js"
    },
    "./effect": {
      "types": "./dist/effect/index.d.ts",
      "import": "./dist/effect/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "effect": "3.19.14"
  },
  "devDependencies": {
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.4.0",
    "@repo/js-delivr-imports-plugin": "1.1.5"
  },
  "scripts": {
    "build": "tsup --clean",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false",
    "clean": "git clean -xdf .cache .turbo dist node_modules"
  }
}