{
  "name": "@shopify/plugin-cloudflare",
  "version": "3.58.2",
  "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://github.com/Shopify/cli/issues"
  },
  "license": "MIT",
  "author": "Shopify",
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/oclif.manifest.json"
  ],
  "eslintConfig": {
    "extends": [
      "../../.eslintrc.cjs"
    ]
  },
  "dependencies": {
    "@oclif/core": "3.19.6",
    "@shopify/cli-kit": "3.58.2"
  },
  "devDependencies": {
    "vite": "^4.4.9",
    "vitest": "^0.34.3"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "@shopify:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engine-strict": true,
  "oclif": {
    "hooks": {
      "tunnel_start": "dist/tunnel",
      "tunnel_provider": "dist/provider"
    }
  },
  "scripts": {
    "build": "nx build",
    "clean": "nx clean",
    "lint": "nx lint",
    "lint:fix": "nx lint:fix",
    "test": "nx run plugin-cloudflare:test",
    "test:watch": "nx test:watch",
    "type-check": "nx type-check"
  }
}