@shopify/plugin-cloudflare
Version:
Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device
66 lines • 1.4 kB
JSON
{
"name": "@shopify/plugin-cloudflare",
"version": "3.83.3",
"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"
},
"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",
"/oclif.manifest.json"
],
"exports": {
"./hooks/*": {
"import": "./dist/*.js",
"require": "./dist/*.d.js"
}
},
"eslintConfig": {
"extends": [
"../../.eslintrc.cjs"
]
},
"dependencies": {
"@oclif/core": "4.4.0",
"@shopify/cli-kit": "3.83.3"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^3.1.4"
},
"engines": {
"node": ">=20.10.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"
}
}