{
  "name": "vite-plugin-shopify",
  "version": "5.0.0",
  "description": "Vite plugin providing integration for Shopify themes",
  "type": "module",
  "repository": {
    "url": "barrel/shopify-vite",
    "directory": "packages/vite-plugin-shopify"
  },
  "keywords": [
    "vite",
    "shopify",
    "vite-plugin"
  ],
  "author": "Barrel, LLC",
  "license": "MIT",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "peerDependencies": {
    "vite": ">=5.4.12 <6.0.0 || >=6.0.9 <7.0.0 || ^7.0.0 || ^8.0.0"
  },
  "dependencies": {
    "@shopify/cli-kit": "^4.6.1",
    "@shopify/plugin-cloudflare": "^4.6.1",
    "debug": "^4.3.4",
    "fast-glob": "^3.2.11"
  },
  "devDependencies": {
    "vitest": "^3.2.7",
    "tsconfig": "0.0.0"
  },
  "scripts": {
    "dev": "npm run watch",
    "build": "tsup src/index.ts --dts --format esm --clean --publicDir --shims",
    "watch": "tsup src/index.ts --dts --format esm --watch --publicDir --shims",
    "lint": "eslint .",
    "test": "vitest run"
  }
}