{
  "name": "@shopify/plugin-cloudflare",
  "version": "4.0.0",
  "description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device",
  "keywords": [
    "shopify",
    "shopify-cli",
    "shopify-partners"
  ],
  "bugs": {
    "url": "https://community.shopify.dev/c/shopify-cli-libraries/14"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Shopify/cli.git",
    "directory": "packages/plugin-cloudflare"
  },
  "license": "MIT",
  "author": "Shopify",
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "exports": {
    "./hooks/*": {
      "import": "./dist/*.js",
      "require": "./dist/*.d.js"
    }
  },
  "eslintConfig": {
    "extends": [
      "../../.eslintrc.cjs"
    ]
  },
  "dependencies": {
    "@oclif/core": "4.5.3",
    "@shopify/cli-kit": "4.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-istanbul": "^3.1.4"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "@shopify:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engine-strict": true,
  "scripts": {
    "build": "nx build",
    "clean": "nx clean",
    "lint": "nx lint",
    "lint:fix": "nx lint:fix",
    "vitest": "vitest",
    "type-check": "nx type-check"
  }
}