UNPKG

@shopify/plugin-cloudflare

Version:

Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device

66 lines 1.42 kB
{ "name": "@shopify/plugin-cloudflare", "version": "3.88.1", "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", "/oclif.manifest.json" ], "exports": { "./hooks/*": { "import": "./dist/*.js", "require": "./dist/*.d.js" } }, "eslintConfig": { "extends": [ "../../.eslintrc.cjs" ] }, "dependencies": { "@oclif/core": "4.5.3", "@shopify/cli-kit": "3.88.1" }, "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" } }